@charset "UTF-8";
.card-primary {
  position: relative;
  background: #A69EB2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.card-primary.dark {
  background: #392E48;
}
.card-primary h1, .card-primary h3, .card-primary p {
  color: #392E48;
}
.card-primary h1.dark, .card-primary h3.dark, .card-primary p.dark {
  color: #ffffff;
}

.bg-h-container {
  background-color: #e2e2e2;
  border: 2px solid #c4c4c4;
  border-radius: 7px;
  padding: 15px;
}
.bg-h-container.dark {
  background-color: #1c182d;
  border: 2px solid #100e1c;
}

.full-menu, body, html {
  background-color: #ffffff;
}
.dark.full-menu, body.dark, html.dark {
  background: rgb(11, 9, 20);
  background: linear-gradient(90deg, rgb(11, 9, 20) 0%, rgb(32, 25, 52) 100%);
}

#footer-menu {
  background-color: #EFEFEF;
}
.dark#footer-menu {
  background-color: #392E48;
}

.bg-color-1 {
  background-color: #e7164a;
}

.bg-color-2 {
  background-color: #02b7ff;
}

.bg-color-3 {
  background-color: #FFC300;
}

.bg-color-4 {
  background-color: #A8DE15;
}

.bg-color-5 {
  background-color: #de5f15;
}

.bg-color-6 {
  background-color: #45dbc7;
}

.bg-color-7 {
  background-color: #FE6759;
}

.bg-color-8 {
  background-color: #7d59fe;
}

.bg-color-9 {
  background-color: #fa3b3b;
}

/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
  /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #e1637a;
}

/*
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Links
 ========================================================================== */
/*
 * Remove the outline on focused links when they are also active or hovered
 */
a:active,
a:hover {
  outline: none;
}

/*
 * Style
 */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #BB86FC;
  text-decoration: underline;
}

/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */
abbr[title] {
  /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration-style: dotted;
}

/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 0.875rem;
  /* 3 */
  color: #f0506e;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8;
}

/*
 * Emphasize
 */
em {
  color: #f0506e;
}

/*
 * Insert
 */
ins {
  background: #ffd;
  color: #e1637a;
  text-decoration: none;
}

/*
 * Mark
 */
mark {
  background: #ffd;
  color: #e1637a;
}

/*
 * Quote
 */
q {
  font-style: italic;
}

/*
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * 1. Add responsiveness.
 * 2. Auto-scale the height. Only needed if `height` attribute is present.
 * 3. Corrects responsive `max-width` behavior if padding and border are used.
 * 4. Exclude SVGs for IE11 because they don't preserve their aspect ratio.
 */
canvas,
img,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box;
}

/* 4 */
@supports (display: block) {
  svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}
/*
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/*
 * 1. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 * 2. Hide `alt` text for lazy loading images.
 * Note: Selector for background while loading img[data-src*='.jpg'][src*='data:image'] { background: grey; }
 */
img:not([src]) {
  /* 1 */
  min-width: 1px;
  /* 2 */
  visibility: hidden;
}

/*
 * Iframe
 * Remove border in all browsers
 */
iframe {
  border: 0;
}

/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0;
}

/* Add margin if adjacent element */
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 20px;
}

/* Headings
 ========================================================================== */
h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #333;
  text-transform: none;
}

/* Add margin if adjacent element */
* + h1, * + .uk-h1,
* + h2, * + .uk-h2,
* + h3, * + .uk-h3,
* + h4, * + .uk-h4,
* + h5, * + .uk-h5,
* + h6, * + .uk-h6,
* + .uk-heading-small,
* + .uk-heading-medium,
* + .uk-heading-large,
* + .uk-heading-xlarge,
* + .uk-heading-2xlarge {
  margin-top: 40px;
}

/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}

h2, .uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}

h3, .uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

h4, .uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h5, .uk-h5 {
  font-size: 16px;
  line-height: 1.4;
}

h6, .uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1, .uk-h1 {
    font-size: 2.625rem;
  }
  h2, .uk-h2 {
    font-size: 2rem;
  }
}
/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px;
}

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}

/* Description lists
 ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */
hr, .uk-hr {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-align: inherit;
  /* 3 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

/* Add margin if adjacent element */
* + hr,
* + .uk-hr {
  margin-top: 20px;
}

/* Address
 ========================================================================== */
address {
  font-style: normal;
}

/* Blockquotes
 ========================================================================== */
blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #333;
}

/* Add margin if adjacent element */
* + blockquote {
  margin-top: 20px;
}

/*
 * Content
 */
blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #e1637a;
}
blockquote footer::before {
  content: "— ";
}

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #e1637a;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}

pre code {
  font-family: Consolas, monaco, monospace;
}

/* Selection pseudo-element
 ========================================================================== */
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main { /* 2 */
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
.uk-breakpoint-s::before {
  content: "640px";
}

.uk-breakpoint-m::before {
  content: "960px";
}

.uk-breakpoint-l::before {
  content: "1200px";
}

.uk-breakpoint-xl::before {
  content: "1600px";
}

:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px;
}

/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999;
}

a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted,
.uk-link-toggle:focus .uk-link-muted {
  color: #e1637a;
}

/* Text
 ========================================================================== */
a.uk-link-text,
.uk-link-text a {
  color: inherit;
}

a.uk-link-text:hover,
.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text,
.uk-link-toggle:focus .uk-link-text {
  color: #999;
}

/* Heading
 ========================================================================== */
a.uk-link-heading,
.uk-link-heading a {
  color: inherit;
}

a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading,
.uk-link-toggle:focus .uk-link-heading {
  color: #392E48;
  text-decoration: none;
}

/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
a.uk-link-reset,
.uk-link-reset a {
  color: inherit !important;
  text-decoration: none !important;
}

/* Toggle
 ========================================================================== */
.uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important;
}

.uk-link-toggle:focus {
  outline: none;
}

/* ========================================================================
   Component: Heading
 ========================================================================== */
.uk-heading-small {
  font-size: 2.6rem;
  line-height: 1.2;
}

.uk-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1;
}

.uk-heading-large {
  font-size: 3.4rem;
  line-height: 1.1;
}

.uk-heading-xlarge {
  font-size: 4rem;
  line-height: 1;
}

.uk-heading-2xlarge {
  font-size: 6rem;
  line-height: 1;
}

/* Tablet Landscape and bigger */
@media (min-width: 960px) {
  .uk-heading-small {
    font-size: 3.25rem;
  }
  .uk-heading-medium {
    font-size: 3.5rem;
  }
  .uk-heading-large {
    font-size: 4rem;
  }
  .uk-heading-xlarge {
    font-size: 6rem;
  }
  .uk-heading-2xlarge {
    font-size: 8rem;
  }
}
/* Laptop and bigger */
@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 4rem;
  }
  .uk-heading-large {
    font-size: 6rem;
  }
  .uk-heading-xlarge {
    font-size: 8rem;
  }
  .uk-heading-2xlarge {
    font-size: 11rem;
  }
}
/* Primary
   Deprecated: Use `uk-heading-medium` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Hero
   Deprecated: Use `uk-heading-xlarge` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Divider
 ========================================================================== */
.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

/* Bullet
 ========================================================================== */
.uk-heading-bullet {
  position: relative;
}

/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
.uk-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #e5e5e5;
}

/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
.uk-heading-line {
  overflow: hidden;
}

/*
 * Extra markup is needed to make it work with text align
 */
.uk-heading-line > * {
  display: inline-block;
  position: relative;
}

/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */
.uk-heading-line > ::before,
.uk-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - (calc(0.2px + 0.05em) / 2));
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em);
}

.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em);
}

/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
[class*=uk-divider] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 20px;
}

/* Add margin if adjacent element */
* + [class*=uk-divider] {
  margin-top: 20px;
}

/* Icon
 ========================================================================== */
.uk-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-divider-icon::before,
.uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}

.uk-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}

.uk-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}

/* Small
 ========================================================================== */
/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */
/* 1 */
.uk-divider-small {
  line-height: 0;
}

/* 2 */
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}

/* Vertical
 ========================================================================== */
.uk-divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none;
}

/*
 * Remove margin from the last-child
 */
.uk-list > * > :last-child {
  margin-bottom: 0;
}

/*
 * Style
 */
.uk-list > :nth-child(n+2),
.uk-list > * > ul {
  margin-top: 10px;
}

/* Marker modifiers
 * Moving `::marker` inside `::before` to style it differently
 * To style the `::marker` is currently only supported in Firefox and Safari
 ========================================================================== */
.uk-list-disc > *,
.uk-list-circle > *,
.uk-list-square > *,
.uk-list-decimal > *,
.uk-list-hyphen > * {
  padding-left: 30px;
}

/*
 * Type modifiers
 */
.uk-list-decimal {
  counter-reset: decimal;
}

.uk-list-decimal > * {
  counter-increment: decimal;
}

[class*=uk-list] > ::before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right;
}

.uk-list-disc > ::before {
  list-style-type: disc;
}

.uk-list-circle > ::before {
  list-style-type: circle;
}

.uk-list-square > ::before {
  list-style-type: square;
}

.uk-list-decimal > ::before {
  content: counter(decimal, decimal) " . ";
}

.uk-list-hyphen > ::before {
  content: "–  ";
}

/*
 * Color modifiers
 */
.uk-list-muted > ::before {
  color: #999 !important;
}

.uk-list-emphasis > ::before {
  color: #333 !important;
}

.uk-list-primary > ::before {
  color: #392E48 !important;
}

.uk-list-secondary > ::before {
  color: #222 !important;
}

/* Image bullet modifier
 ========================================================================== */
.uk-list-bullet > * {
  padding-left: 30px;
}

.uk-list-bullet > ::before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23e1637a%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-list-divider > :nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */
.uk-list-striped > * {
  padding: 10px 10px;
}
.uk-list-striped > *:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.uk-list-striped > :nth-of-type(odd) {
  background: #f8f8f8;
}

.uk-list-striped > :nth-child(n+2) {
  margin-top: 0;
}

/* Size modifier
 ========================================================================== */
.uk-list-large > :nth-child(n+2),
.uk-list-large > * > ul {
  margin-top: 20px;
}

.uk-list-collapse > :nth-child(n+2),
.uk-list-collapse > * > ul {
  margin-top: 0;
}

/*
 * Divider
 */
.uk-list-large.uk-list-divider > :nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
}

.uk-list-collapse.uk-list-divider > :nth-child(n+2) {
  margin-top: 0;
  padding-top: 0;
}

/*
 * Striped
 */
.uk-list-large.uk-list-striped > * {
  padding: 20px 10px;
}

.uk-list-collapse.uk-list-striped > * {
  padding-top: 0;
  padding-bottom: 0;
}

.uk-list-large.uk-list-striped > :nth-child(n+2),
.uk-list-collapse.uk-list-striped > :nth-child(n+2) {
  margin-top: 0;
}

/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
.uk-description-list > dt {
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
}

.uk-description-list > dt:nth-child(n+2) {
  margin-top: 20px;
}

/*
 * Description
 */
/* Style modifier
 ========================================================================== */
/*
 * Line
 */
.uk-description-list-divider > dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}

/* Add margin if adjacent element */
* + .uk-table {
  margin-top: 20px;
}

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}

/* Cell
 ========================================================================== */
.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}

/*
 * Remove margin from the last-child
 */
.uk-table td > :last-child {
  margin-bottom: 0;
}

/* Footer
 ========================================================================== */
.uk-table tfoot {
  font-size: 0.875rem;
}

/* Caption
 ========================================================================== */
.uk-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999;
}

/* Alignment modifier
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/*
 * Hover
 */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd;
}

/* Active state
 ========================================================================== */
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd;
}

/* Size modifier
 ========================================================================== */
.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px;
}

.uk-table-large th,
.uk-table-large td {
  padding: 22px 12px;
}

/* Justify modifier
 ========================================================================== */
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
  padding-left: 0;
}

.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
  padding-right: 0;
}

/* Cell size modifier
 ========================================================================== */
.uk-table-shrink {
  width: 1px;
}

.uk-table-expand {
  min-width: 150px;
}

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.uk-table-link {
  padding: 0 !important;
}

.uk-table-link > a {
  display: block;
  padding: 16px 12px;
}

.uk-table-small .uk-table-link > a {
  padding: 10px 12px;
}

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive th,
  .uk-table-responsive td,
  .uk-table-responsive tr {
    display: block;
  }
  .uk-table-responsive thead {
    display: none;
  }
  .uk-table-responsive th,
  .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .uk-table-responsive th:not(:first-child):not(.uk-table-link),
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }
  .uk-table-responsive th:not(:last-child):not(.uk-table-link),
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }
  .uk-table-justify.uk-table-responsive th,
  .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
}
.uk-table tbody tr {
  transition: background-color 0.1s linear;
}

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0;
}

/* Required for `button`. */
button.uk-icon:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > * {
  transform: translate(0, 0);
}

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
.uk-icon-link {
  color: #999;
}

.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #e1637a;
  outline: none;
}

/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #dd4e68;
}

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ebebeb;
  color: #e1637a;
  outline: none;
}

/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #e1637a;
}

/* ========================================================================
   Component: Form Range
 ========================================================================== */
/*
 * 1. Normalize and defaults
 * 2. Prevent content overflow if a fixed width is used
 * 3. Take the full width
 * 4. Remove default style
 * 5. Remove white background in Chrome
 * 6. Remove padding in IE11
 */
.uk-range {
  /* 1 */
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  /* 2 */
  max-width: 100%;
  /* 3 */
  width: 100%;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */
  background: transparent;
  /* 6 */
  padding: 0;
}

/* Focus */
.uk-range:focus {
  outline: none;
}

.uk-range::-moz-focus-outer {
  border: none;
}

/* IE11 Reset */
.uk-range::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}

.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}

.uk-range:not(:disabled)::-ms-thumb {
  cursor: pointer;
}

/* Thumb
 ========================================================================== */
/*
 * 1. Reset
 * 2. Style
 */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}

/* Firefox */
.uk-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}

/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}

/* IE11 */
.uk-range::-ms-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}

/* Edge + IE11 */
.uk-range::-ms-tooltip {
  display: none;
}

/* Track
 ========================================================================== */
/*
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}

.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
  background: #dfdfdf;
}

/* Firefox */
.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}

.uk-range:focus::-moz-range-track {
  background: #dfdfdf;
}

/* Edge */
.uk-range::-ms-fill-lower,
.uk-range::-ms-fill-upper {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}

.uk-range:focus::-ms-fill-lower,
.uk-range:focus::-ms-fill-upper {
  background: #dfdfdf;
}

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}

/*
 * Show the overflow in Edge.
 */
.uk-input {
  overflow: visible;
}

/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
  text-transform: none;
}

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.uk-textarea {
  overflow: auto;
}

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-input[type=search]::-webkit-search-cancel-button,
.uk-input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.uk-input[type=number]::-webkit-inner-spin-button,
.uk-input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer;
}

/*
 * Define consistent border, margin, and padding.
 */
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input,
.uk-textarea {
  -webkit-appearance: none;
}

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input,
.uk-select,
.uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #fff;
  color: #e1637a;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}

/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 38px;
}

/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
}

.uk-select[multiple],
.uk-select[size] {
  resize: vertical;
}

/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #e1637a;
  border-color: #392E48;
}

/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5;
}

/*
 * Placeholder
 */

.uk-input::placeholder {
  color: #999;
}

.uk-textarea::placeholder {
  color: #999;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
  font-size: 0.875rem;
}

.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}

/*
 * Large
 */
.uk-form-large {
  font-size: 1.25rem;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}

.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e;
}

/*
 * Success
 */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296;
}

/*
 * Blank
 */
.uk-form-blank {
  background: none;
  border-color: transparent;
}

.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: dashed;
}

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
  width: 50px;
}

select.uk-form-width-xsmall {
  width: 75px;
}

.uk-form-width-small {
  width: 130px;
}

.uk-form-width-medium {
  width: 200px;
}

.uk-form-width-large {
  width: 500px;
}

/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Remove default style in IE 10/11
 * 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23e1637a%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23e1637a%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

/* 3 */
.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none;
}

/* 4 */
.uk-select:not([multiple]):not([size]) option {
  color: #444;
}

/*
 * Disabled
 */
.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* Datalist
 ========================================================================== */
/*
 * 1. Remove default style in Chrome
 */
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.uk-input[list]:hover,
.uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23e1637a%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* 1 */
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-radio,
.uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}

.uk-radio {
  border-radius: 50%;
}

/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  outline: none;
  border-color: #392E48;
}

/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #392E48;
  border-color: transparent;
}

/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #201a29;
}

/*
 * Icons
 */
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/*
 * Disabled
 */
.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}

.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */
.uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  line-height: 1.4;
}

/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.uk-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
}

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */
.uk-form-custom select,
.uk-form-custom input[type=file] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer;
}

.uk-form-custom input[type=file] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden;
}

/* Label
 ========================================================================== */
.uk-form-label {
  color: #333;
  font-size: 0.875rem;
}

/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
}

/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px;
  }
}
/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999;
}

/*
 * Required for `a`.
 */
.uk-form-icon:hover {
  color: #e1637a;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Input padding
 */
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 40px !important;
}

/*
 * Position modifier
 */
.uk-form-icon-flip {
  right: 0;
  left: auto;
}

.uk-form-icon-flip ~ .uk-input {
  padding-right: 40px !important;
}

/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default style for `input type="submit"`in iOS.
 * 7. Style
 * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 9. Align text if button has a width
 * 10. Required for `a`.
 */
.uk-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 8 */
  line-height: 38px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}

.uk-button:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Hover */
.uk-button:hover {
  /* 9 */
  text-decoration: none;
}

/* Focus */
.uk-button:focus {
  outline: none;
}

/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}

/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2;
}

/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: transparent;
  color: #333;
  border-color: #999999;
}

/*
 * Primary
 */
.uk-button-primary {
  background-color: #392E48;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #2d2438;
  color: #fff;
}

/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #201a29;
  color: #fff;
}

/*
 * Secondary
 */
.uk-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover + Focus */
.uk-button-secondary:hover,
.uk-button-secondary:focus {
  background-color: #151515;
  color: #fff;
}

/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #090909;
  color: #fff;
}

/*
 * Danger
 */
.uk-button-danger {
  background-color: #f0506e;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #ee395b;
  color: #fff;
}

/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #ec2147;
  color: #fff;
}

/*
 * Disabled
 * The same for all style modifiers
 */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}

/* Size modifiers
 ========================================================================== */
.uk-button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: 0.875rem;
}

.uk-button-large {
  padding: 0 10px;
  line-height: 53px;
  font-size: 0.875rem;
}

/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
  position: relative;
}
.uk-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid #333;
  transition: right 0.3s ease-out;
}

/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #333;
}
.uk-button-text:hover::before,
.uk-button-text:focus::before {
  right: 0;
}

/* Disabled */
.uk-button-text:disabled {
  color: #999;
}
.uk-button-text:disabled::before {
  display: none;
}

/*
 * Link
 * 1. Reset
 * 2. Style
 */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
}

/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #999;
  text-decoration: none;
}

/* Disabled */
.uk-button-link:disabled {
  color: #999;
  text-decoration: none;
}

/* Group
 ========================================================================== */
/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */
.uk-button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative;
}

/* Group
 ========================================================================== */
/*
 * Collapse border
 */
.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
  margin-left: -1px;
}

/*
 * Create position context to superimpose the successor elements border
 * Known issue: If you use an `a` element as button and an icon inside,
 * the active state will not work if you click the icon inside the button
 * Workaround: Just use a `button` or `input` element as button
 */
.uk-button-group .uk-button:hover,
.uk-button-group .uk-button:focus,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button.uk-active {
  position: relative;
  z-index: 1;
}

/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * 2. Remove default style
 * 3. Behave like a block element
 * 4. Remove borders in Firefox and Edge
 * 5. Set background color for progress container in Firefox, IE11 and Edge
 * 6. Style
 */
.uk-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 3 */
  display: block;
  width: 100%;
  /* 4 */
  border: 0;
  /* 5 */
  background-color: #f8f8f8;
  /* 6 */
  margin-bottom: 10px;
  height: 10px;
  border-radius: 500px;
  overflow: hidden;
}

/* Add margin if adjacent element */
* + .uk-progress {
  margin-top: 10px;
}

/*
 * Remove animated circles for indeterminate state in IE11 and Edge
 */
.uk-progress:indeterminate {
  color: transparent;
}

/*
 * Progress container
 * 2. Remove progress bar for indeterminate state in Firefox
 */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}

/* 2 */
.uk-progress:indeterminate::-moz-progress-bar {
  width: 0;
}

/*
 * Progress bar
 * 1. Remove right border in IE11 and Edge
 */
.uk-progress::-webkit-progress-value {
  background-color: #392E48;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.uk-progress::-moz-progress-bar {
  background-color: #392E48;
}

.uk-progress::-ms-fill {
  background-color: #392E48;
  -ms-transition: width 0.6s ease;
  transition: width 0.6s ease;
  /* 1 */
  border: 0;
}

/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
  display: flow-root;
  box-sizing: border-box; /* 1 */
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-section > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * Small
 */
.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
 * Large
 */
.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
 * XLarge
 */
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
  background: #fff;
}

/*
 * Muted
 */
.uk-section-muted {
  background: #f8f8f8;
}

/*
 * Primary
 */
.uk-section-primary {
  background: #392E48;
}

/*
 * Secondary
 */
.uk-section-secondary {
  background: #222;
}

/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
  display: flow-root;
  /* 1 */
  box-sizing: content-box;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
  margin-bottom: 0;
}

/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0;
}

/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
  max-width: 750px;
}

.uk-container-small {
  max-width: 900px;
}

.uk-container-large {
  max-width: 1400px;
}

.uk-container-xlarge {
  max-width: 1600px;
}

.uk-container-expand {
  max-width: none;
}

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-left {
  margin-left: 0;
}

.uk-container-expand-right {
  margin-right: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 10px);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 10px);
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (1300px / 2) - 10px);
  }
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 10px);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 10px);
  }
  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1400px / 2) - 10px);
  }
  .uk-container-expand-left.uk-container-xlarge,
  .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + (1600px / 2) - 10px);
  }
}
/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 15px);
}

.uk-container-item-padding-remove-left {
  margin-left: -15px;
}

.uk-container-item-padding-remove-right {
  margin-right: -15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 10px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -10px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -10px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 10px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -10px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -10px;
  }
}
/* ========================================================================
   Component: Tile
 ========================================================================== */
.uk-tile {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-tile {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-tile > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * Small
 */
.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
 * Large
 */
.uk-tile-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
 * XLarge
 */
.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-tile-default {
  background: #fff;
}

/*
 * Muted
 */
.uk-tile-muted {
  background: #f8f8f8;
}

/*
 * Primary
 */
.uk-tile-primary {
  background: #392E48;
}

/*
 * Secondary
 */
.uk-tile-secondary {
  background: #222;
}

/* ========================================================================
   Component: Card
 ========================================================================== */
.uk-card {
  position: relative;
  box-sizing: border-box;
  color: #fff;
}

/* Sections
 ========================================================================== */
.uk-card-body {
  display: flow-root;
  padding: 10px 10px;
}

.uk-card-header {
  display: flow-root;
  padding: 5px 10px;
}

.uk-card-footer {
  display: flow-root;
  padding: 5px 10px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-body {
    padding: 10px 10px;
  }
  .uk-card-header {
    padding: 5px 10px;
  }
  .uk-card-footer {
    padding: 5px 10px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-card-body > :last-child,
.uk-card-header > :last-child,
.uk-card-footer > :last-child {
  margin-bottom: 0;
}

/* Media
 ========================================================================== */
/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */
/* Title
 ========================================================================== */
.uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}

/* Badge
 ========================================================================== */
/*
 * 1. Position
 * 2. Size
 * 3. Style
 * 4. Center child vertically
 */
.uk-card-badge {
  /* 1 */
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  /* 2 */
  height: 22px;
  padding-left: 10px;
  padding-right: 10px;
  /* 3 */
  background: #392E48;
  color: #fff;
  font-size: 0.875rem;
  /* 4 */
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
 * Remove margin from adjacent element
 */
.uk-card-badge:first-child + * {
  margin-top: 0;
}

/* Hover modifier
 ========================================================================== */
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.uk-card-default {
  background: #fff;
  color: #e1637a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-default .uk-card-title {
  color: #333;
}

.uk-card-default.uk-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-card-default .uk-card-header {
  border-bottom: 1px solid #e5e5e5;
}

.uk-card-default .uk-card-footer {
  border-top: 1px solid #e5e5e5;
}

/*
 * Primary
 */
.uk-card-primary {
  background: #392E48;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-primary .uk-card-title {
  color: #fff;
}

.uk-card-primary.uk-card-hover:hover {
  background-color: #392E48;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/*
 * Secondary
 */
.uk-card-secondary {
  background: #222;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-secondary .uk-card-title {
  color: #fff;
}

.uk-card-secondary.uk-card-hover:hover {
  background-color: #222;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 20px 20px;
}

.uk-card-small .uk-card-header {
  padding: 13px 20px;
}

.uk-card-small .uk-card-footer {
  padding: 13px 20px;
}

/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-large.uk-card-body,
  .uk-card-large .uk-card-body {
    padding: 70px 70px;
  }
  .uk-card-large .uk-card-header {
    padding: 35px 70px;
  }
  .uk-card-large .uk-card-footer {
    padding: 35px 70px;
  }
}
/*
 * Default
 */
.uk-card-body > .uk-nav-default {
  margin-left: -10px;
  margin-right: -10px;
}

.uk-card-body > .uk-nav-default:only-child {
  margin-top: 5px;
  margin-bottom: 5px;
}

.uk-card-body > .uk-nav-default > li > a,
.uk-card-body > .uk-nav-default .uk-nav-header,
.uk-card-body > .uk-nav-default .uk-nav-divider {
  padding-left: 10px;
  padding-right: 10px;
}

.uk-card-body > .uk-nav-default .uk-nav-sub {
  padding-left: 25px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-body > .uk-nav-default {
    margin-left: -10px;
    margin-right: -10px;
  }
  .uk-card-body > .uk-nav-default:only-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .uk-card-body > .uk-nav-default > li > a,
  .uk-card-body > .uk-nav-default .uk-nav-header,
  .uk-card-body > .uk-nav-default .uk-nav-divider {
    padding-left: 10px;
    padding-right: 10px;
  }
  .uk-card-body > .uk-nav-default .uk-nav-sub {
    padding-left: 25px;
  }
}
/*
 * Small
 */
.uk-card-small > .uk-nav-default {
  margin-left: -20px;
  margin-right: -20px;
}

.uk-card-small > .uk-nav-default:only-child {
  margin-top: -5px;
  margin-bottom: -5px;
}

.uk-card-small > .uk-nav-default > li > a,
.uk-card-small > .uk-nav-default .uk-nav-header,
.uk-card-small > .uk-nav-default .uk-nav-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.uk-card-small > .uk-nav-default .uk-nav-sub {
  padding-left: 35px;
}

/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-large > .uk-nav-default {
    margin: 0;
  }
  .uk-card-large > .uk-nav-default:only-child {
    margin: 0;
  }
  .uk-card-large > .uk-nav-default > li > a,
  .uk-card-large > .uk-nav-default .uk-nav-header,
  .uk-card-large > .uk-nav-default .uk-nav-divider {
    padding-left: 0;
    padding-right: 0;
  }
  .uk-card-large > .uk-nav-default .uk-nav-sub {
    padding-left: 15px;
  }
}
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}

/* Hover + Focus */
.uk-close:hover,
.uk-close:focus {
  color: #e1637a;
  outline: none;
}

/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* SVG
 ========================================================================== */
.uk-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite;
}

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
/*
 * Circle
 */
.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}
/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-totop {
  padding: 5px;
  color: #999;
  transition: color 0.1s ease-in-out;
}

/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  color: #e1637a;
  outline: none;
}

/* OnClick */
.uk-totop:active {
  color: #333;
}

/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-marker {
  padding: 5px;
  background: #222;
  color: #fff;
  border-radius: 500px;
}

/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #fff;
  outline: none;
}

/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #e1637a;
}

/* Add margin if adjacent element */
* + .uk-alert {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: 0.4;
}

/*
 * Remove margin from adjacent element
 */
.uk-alert-close:first-child + * {
  margin-top: 0;
}

/*
 * Hover + Focus
 */
.uk-alert-close:hover,
.uk-alert-close:focus {
  color: inherit;
  opacity: 0.8;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
  background: #bcb8c1;
  color: #392E48;
}

/*
 * Success
 */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296;
}

/*
 * Warning
 */
.uk-alert-warning {
  background: #fef5ee;
  color: #faa05a;
}

/*
 * Danger
 */
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}

/*
 * Content
 */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}

.uk-alert a:not([class]) {
  color: inherit;
  text-decoration: underline;
}

.uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline;
}

/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.uk-placeholder {
  margin-bottom: 20px;
  padding: 10px 10px;
  background: transparent;
  border: 1px dashed #e5e5e5;
}

/* Add margin if adjacent element */
* + .uk-placeholder {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-placeholder > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.uk-badge {
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #392E48;
  color: #fff;
  font-size: 11px;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/*
 * Required for `a`
 */
.uk-badge:hover,
.uk-badge:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

/* ========================================================================
   Component: Label
 ========================================================================== */
.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #392E48;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}

/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.uk-label-success {
  background-color: #32d296;
  color: #fff;
}

/*
 * Warning
 */
.uk-label-warning {
  background-color: #faa05a;
  color: #fff;
}

/*
 * Danger
 */
.uk-label-danger {
  background-color: #f0506e;
  color: #fff;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */
.uk-overlay {
  padding: 10px 10px;
}

/*
 * Remove margin from the last-child
 */
.uk-overlay > :last-child {
  margin-bottom: 0;
}

/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-overlay-default {
  background: rgba(255, 255, 255, 0.8);
}

/*
 * Primary
 */
.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.8);
}

/* ========================================================================
   Component: Article
 ========================================================================== */
.uk-article {
  display: flow-root;
}

/*
 * Remove margin from the last-child
 */
.uk-article > :last-child {
  margin-bottom: 0;
}

/* Adjacent sibling
 ========================================================================== */
.uk-article + .uk-article {
  margin-top: 70px;
}

/* Title
 ========================================================================== */
.uk-article-title {
  font-size: 2.23125rem;
  line-height: 1.2;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-article-title {
    font-size: 2.625rem;
  }
}
/* Meta
 ========================================================================== */
.uk-article-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
.uk-article-meta a {
  color: #999;
}
.uk-article-meta a:hover {
  color: #e1637a;
  text-decoration: none;
}

/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sections
 ========================================================================== */
.uk-comment-body {
  display: flow-root;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.uk-comment-header {
  display: flow-root;
  margin-bottom: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-comment-title {
  font-size: 1.25rem;
  line-height: 1.4;
}

/* Meta
 ========================================================================== */
.uk-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none;
}

/* Adjacent siblings */
.uk-comment-list > :nth-child(n+2) {
  margin-top: 70px;
}

/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
.uk-comment-list .uk-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none;
}

/* Tablet and bigger */
@media (min-width: 960px) {
  .uk-comment-list .uk-comment ~ ul {
    padding-left: 100px;
  }
}
/* Adjacent siblings */
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px;
}

/* Style modifier
 ========================================================================== */
.uk-comment-primary {
  padding: 10px;
  background-color: #f8f8f8;
}

/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0;
}

/* Input
 ========================================================================== */
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-input::-moz-placeholder {
  opacity: 1;
}

/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
.uk-search-input {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #e1637a;
}

.uk-search-input:focus {
  outline: none;
}

/* Placeholder */

.uk-search-input::placeholder {
  color: #999;
}

/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Remove default focus style
 */
.uk-search-icon:focus {
  outline: none;
}

/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #999;
}

/*
 * Required for `a`.
 */
.uk-search .uk-search-icon:hover {
  color: #999;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Position modifier
 */
.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto;
}

/* Default modifier
 ========================================================================== */
.uk-search-default {
  width: 240px;
}

/*
 * Input
 */
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  border: 1px solid #e5e5e5;
}

/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: rgba(0, 0, 0, 0);
}

/*
 * Icon
 */
.uk-search-default .uk-search-icon {
  width: 40px;
}

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
  width: 400px;
}

/*
 * Input
 */
.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem;
}

/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
  width: 40px;
}

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Large modifier
 ========================================================================== */
.uk-search-large {
  width: 500px;
}

/*
 * Input
 */
.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem;
}

/*
 * Icon
 */
.uk-search-large .uk-search-icon {
  width: 80px;
}

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px;
}

.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px;
}

/* Toggle
 ========================================================================== */
.uk-search-toggle {
  color: #999;
}

/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #e1637a;
}

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none;
}

/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px;
}

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
}
.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23e1637a%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23e1637a%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23e1637a%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Hover + Focus */
.uk-accordion-title:hover,
.uk-accordion-title:focus {
  color: #e1637a;
  text-decoration: none;
  outline: none;
}

/* Content
 ========================================================================== */
.uk-accordion-content {
  display: flow-root;
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}

/* Show */
.uk-drop.uk-open {
  display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*=uk-drop-top] {
  margin-top: -20px;
}

[class*=uk-drop-bottom] {
  margin-top: 20px;
}

[class*=uk-drop-left] {
  margin-left: -20px;
}

[class*=uk-drop-right] {
  margin-left: 20px;
}

/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #e1637a;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/* Show */
.uk-dropdown.uk-open {
  display: block;
}

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-dropdown-nav {
  white-space: nowrap;
  font-size: 0.875rem;
}

/*
 * Items
 */
.uk-dropdown-nav > li > a {
  color: #999;
}

/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  color: #e1637a;
}

/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999;
}

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #e1637a;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*=uk-dropdown-top] {
  margin-top: -10px;
}

[class*=uk-dropdown-bottom] {
  margin-top: 10px;
}

[class*=uk-dropdown-left] {
  margin-left: -10px;
}

[class*=uk-dropdown-right] {
  margin-left: 10px;
}

/* Grid modifiers
 ========================================================================== */
.uk-dropdown-stack .uk-dropdown-grid > * {
  width: 100% !important;
}

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.9);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 10px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden;
}

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: calc(100% - 0.01px) !important;
  /* 4 */
  background: transparent;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}

/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;
  background: none;
}

/* 2 */
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}

/* Sections
 ========================================================================== */
.uk-modal-body {
  display: flow-root;
  padding: 10px 10px;
}

.uk-modal-header {
  display: flow-root;
  padding: 5px 10px;
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
}

.uk-modal-footer {
  display: flow-root;
  padding: 5px 10px;
  background: transparent;
  border-top: 1px solid #e5e5e5;
}

/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*=uk-modal-close-] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}

/*
 * Remove margin from adjacent element
 */
[class*=uk-modal-close-]:first-child + * {
  margin-top: 0;
}

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white;
}

.uk-modal-close-outside:hover {
  color: #fff;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}
/*
 * Full
 */
.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 20px;
  background: transparent;
}

/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
}

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 * 6. Suppress outline on focus
 */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
  /* 5 */
  touch-action: pan-y;
}

/* 6 */
.uk-slideshow-items > :focus {
  outline: none;
}

/*
 * Hide not active items
 */
.uk-slideshow-items > :not(.uk-active) {
  display: none;
}

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Container
 ========================================================================== */
/*
 * Clip child elements
 */
.uk-slider-container {
  overflow: hidden;
}

/*
 * Widen container to prevent box-shadows from clipping, `large-box-shadow`
 */
.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px;
}

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 */
.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
}

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none;
}

.uk-slider-items.uk-grid {
  flex-wrap: nowrap;
}

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 *    `max-width` needed to keep image responsiveness and prevent content overflow
 * 3. Create position context
 * 4. Disable horizontal panning gestures in IE11 and Edge
 * 5. Suppress outline on focus
 */
.uk-slider-items > * {
  /* 1 */
  flex: none;
  max-width: 100%;
  /* 3 */
  position: relative;
  /* 4 */
  touch-action: pan-y;
}

/* 5 */
.uk-slider-items > :focus {
  outline: none;
}

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Force new layer to resolve frame rate issues on devices with lower frame rates
 */
.uk-sticky-fixed {
  z-index: 980;
  box-sizing: border-box;
  margin: 0 !important;
  /* 1 */
  backface-visibility: hidden;
}

/*
 * Faster animations
 */
.uk-sticky[class*=uk-animation-] {
  animation-duration: 0.2s;
}

.uk-sticky.uk-animation-reverse {
  animation-duration: 0.2s;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto;
}

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #222;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 10px 10px;
  }
}
/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px;
  }
}
/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
  left: 0;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0;
}

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right;
}

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0;
}

.uk-open > .uk-offcanvas-reveal {
  width: 270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px;
  }
}
/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px;
}

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none;
}

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

.uk-offcanvas-overlay.uk-open::before {
  opacity: 1;
}

/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden;
}

/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%;
}

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px;
  }
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.uk-switcher > :not(.uk-active) {
  display: none;
}

/*
 * Remove margin from the last-child
 */
.uk-switcher > * > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Leader
 ========================================================================== */
.uk-leader {
  overflow: hidden;
}

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */
.uk-leader-fill::after {
  /* 1 */
  display: inline-block;
  margin-left: 15px;
  /* 2 */
  width: 0;
  /* 3 */
  content: attr(data-fill);
  /* 4 */
  white-space: nowrap;
}

/*
 * Hide if media does not match
 */
.uk-leader-fill.uk-leader-hide::after {
  display: none;
}

/*
 * Pass fill character to JS
 */
.uk-leader-fill-content::before {
  content: ".";
}

:root {
  --uk-leader-fill-content: .;
}

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px;
}

/* Position modifiers
========================================================================== */
.uk-notification-top-right,
.uk-notification-bottom-right {
  left: auto;
  right: 10px;
}

.uk-notification-top-center,
.uk-notification-bottom-center {
  left: 50%;
  margin-left: -175px;
}

.uk-notification-bottom-left,
.uk-notification-bottom-right,
.uk-notification-bottom-center {
  top: auto;
  bottom: 10px;
}

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
/* Message
========================================================================== */
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #e1637a;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}

* + .uk-notification-message {
  margin-top: 10px;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}

.uk-notification-message:hover .uk-notification-close {
  display: block;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-notification-message-primary {
  color: #392E48;
}

/*
 * Success
 */
.uk-notification-message-success {
  color: #32d296;
}

/*
 * Warning
 */
.uk-notification-message-warning {
  color: #faa05a;
}

/*
 * Danger
 */
.uk-notification-message-danger {
  color: #f0506e;
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
 * 4. Dimensions
 * 5. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  top: 0;
  /* 4 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 5 */
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
}

/* Show */
.uk-tooltip.uk-active {
  display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*=uk-tooltip-top] {
  margin-top: -10px;
}

[class*=uk-tooltip-bottom] {
  margin-top: 10px;
}

[class*=uk-tooltip-left] {
  margin-left: -10px;
}

[class*=uk-tooltip-right] {
  margin-left: 10px;
}

/* ========================================================================
   Component: Sortable
 ========================================================================== */
.uk-sortable {
  position: relative;
}

/*
 * Remove margin from the last-child
 */
.uk-sortable > :last-child {
  margin-bottom: 0;
}

/* Drag
 ========================================================================== */
.uk-sortable-drag {
  position: fixed !important;
  z-index: 1050 !important;
  pointer-events: none;
}

/* Placeholder
 ========================================================================== */
.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none;
}

/* Empty modifier
 ========================================================================== */
.uk-sortable-empty {
  min-height: 50px;
}

/* Handle
 ========================================================================== */
/* Hover */
.uk-sortable-handle:hover {
  cursor: move;
}

/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/* Number
 ========================================================================== */
/*
 * 1. Make numbers all of the same size to prevent jumping. Must be supported by the font.
 * 2. Style
 */
.uk-countdown-number {
  /* 1 */
  font-variant-numeric: tabular-nums;
  /* 2 */
  font-size: 2rem;
  line-height: 0.8;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-number {
    font-size: 4rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-number {
    font-size: 6rem;
  }
}
/* Separator
 ========================================================================== */
.uk-countdown-separator {
  font-size: 1rem;
  line-height: 1.6;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-separator {
    font-size: 2rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-separator {
    font-size: 3rem;
  }
}
/* Label
 ========================================================================== */
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid > * {
  margin: 0;
}

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
  margin-left: -10px;
}

.uk-grid > * {
  padding-left: 10px;
}

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 10px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -10px;
  }
  .uk-grid > * {
    padding-left: 10px;
  }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 10px;
  }
}
/*
 * Small
 */
/* Horizontal */
.uk-grid-small,
.uk-grid-column-small {
  margin-left: -15px;
}

.uk-grid-small > *,
.uk-grid-column-small > * {
  padding-left: 15px;
}

/* Vertical */
.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 15px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -10px;
}

.uk-grid-medium > *,
.uk-grid-column-medium > * {
  padding-left: 10px;
}

/* Vertical */
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
  margin-top: 10px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-large,
.uk-grid-column-large {
  margin-left: -10px;
}

.uk-grid-large > *,
.uk-grid-column-large > * {
  padding-left: 10px;
}

/* Vertical */
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin,
* + .uk-grid-margin-large {
  margin-top: 10px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px;
  }
  .uk-grid-large > *,
  .uk-grid-column-large > * {
    padding-left: 70px;
  }
  /* Vertical */
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 70px;
  }
}
/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0;
}

.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
  padding-left: 0;
}

/* Vertical */
.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0;
}

/* Divider
 ========================================================================== */
.uk-grid-divider > * {
  position: relative;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
  margin-left: -20px;
}

.uk-grid-divider > * {
  padding-left: 20px;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  left: 10px;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 20px;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -10px;
  left: 20px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider {
    margin-left: -20px;
  }
  .uk-grid-divider > * {
    padding-left: 20px;
  }
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 10px;
  }
  /* Vertical */
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 20px;
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -10px;
    left: 20px;
  }
}
/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-left: -30px;
}

.uk-grid-divider.uk-grid-small > *,
.uk-grid-divider.uk-grid-column-small > * {
  padding-left: 30px;
}

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  left: 15px;
}

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  left: 30px;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
}

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 30px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-left: -20px;
}

.uk-grid-divider.uk-grid-medium > *,
.uk-grid-divider.uk-grid-column-medium > * {
  padding-left: 20px;
}

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  left: 10px;
}

/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 20px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -10px;
  left: 20px;
}

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -10px;
}

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 20px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
  margin-left: -20px;
}

.uk-grid-divider.uk-grid-large > *,
.uk-grid-divider.uk-grid-column-large > * {
  padding-left: 20px;
}

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
  left: 10px;
}

/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 20px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -10px;
  left: 20px;
}

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -10px;
}

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 20px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px;
  }
  .uk-grid-divider.uk-grid-large > *,
  .uk-grid-divider.uk-grid-column-large > * {
    padding-left: 140px;
  }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 70px;
  }
  /* Vertical */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px;
  }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
  }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 140px;
  }
}
/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}

.uk-grid-match > * > :not([class*=uk-width]),
.uk-grid-item-match > :not([class*=uk-width]) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto;
}

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 * 1. Prepare lists
 * 2. Prepare links
 * 3. Remove default focus style
 */
/* 1 */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 2 */
.uk-nav li > a {
  display: block;
  text-decoration: none;
}

/* 3 */
.uk-nav li > a:focus {
  outline: none;
}

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.uk-nav > li > a {
  padding: 5px 0;
}

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}

/*
 * Level 3 and deeper
 */
.uk-nav-sub ul {
  padding-left: 15px;
}

/*
 * Items
 */
.uk-nav-sub a {
  padding: 2px 0;
}

/* Parent icon modifier
 ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23e1637a%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23e1637a%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Header
 ========================================================================== */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.uk-nav-header:not(:first-child) {
  margin-top: 20px;
}

/* Divider
 ========================================================================== */
.uk-nav > .uk-nav-divider {
  margin: 5px 0;
}

/* Default modifier
 ========================================================================== */
.uk-nav-default {
  font-size: 0.875rem;
}

/*
 * Items
 */
.uk-nav-default > li > a {
  color: #999;
}

/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #e1637a;
}

/* Active */
.uk-nav-default > li.uk-active > a {
  color: #333;
}

/*
 * Header
 */
.uk-nav-default .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub a {
  color: #999;
}

.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #e1637a;
}

.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Primary modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #999;
}

/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #e1637a;
}

/* Active */
.uk-nav-primary > li.uk-active > a {
  color: #333;
}

/*
 * Header
 */
.uk-nav-primary .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub a {
  color: #999;
}

.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #e1637a;
}

.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Alignment modifier
 ========================================================================== */
.uk-nav-center {
  text-align: center;
}

/* Sublists */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0;
}

/* Parent icon modifier  */
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
  position: absolute;
}

/* Style modifier
 ========================================================================== */
.uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.uk-navbar {
  display: flex;
  /* 1 */
  position: relative;
}

/* Container
 ========================================================================== */
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8;
}

/*
 * Remove pseudo elements created by micro clearfix as precaution (if Container component is used)
 */
.uk-navbar-container > ::before,
.uk-navbar-container > ::after {
  display: none !important;
}

/* Groups
 ========================================================================== */
/*
 * 1. Align navs and items vertically if they have a different height
 * 2. Note: IE 11 requires an extra `div` which affects the center selector
 */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center,
.uk-navbar-center-left > *,
.uk-navbar-center-right > * {
  display: flex;
  /* 1 */
  align-items: center;
}

/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Fix text wrapping if content is larger than 50% of the container.
 * 3. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 4. Align sub groups for centered navbar
 */
.uk-navbar-right {
  margin-left: auto;
}

.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  /* 1 */
  position: relative;
}

.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 2 */
  width: max-content;
  box-sizing: border-box;
  /* 3 */
  z-index: 990;
}

/* 4 */
.uk-navbar-center-left,
.uk-navbar-center-right {
  position: absolute;
  top: 0;
}

.uk-navbar-center-left {
  right: 100%;
}

.uk-navbar-center-right {
  left: 100%;
}

[class*=uk-navbar-center-] {
  width: max-content;
  box-sizing: border-box;
}

/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
.uk-navbar-nav {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Allow items to wrap into the next line
 * Only not `absolute` positioned groups
 */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
  flex-wrap: wrap;
}

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Dimensions
 * 3. Style
 * 4. Required for `a`
 */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  /* 3 */
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  text-decoration: none;
}

/*
 * Nav items
 */
.uk-navbar-nav > li > a {
  color: #999;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/*
 * Hover
 * Apply hover style also to focus state and if dropdown is opened
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #e1637a;
  outline: none;
}

/* OnClick */
.uk-navbar-nav > li > a:active {
  color: #333;
}

/* Active */
.uk-navbar-nav > li.uk-active > a {
  color: #333;
}

/* Item
 ========================================================================== */
.uk-navbar-item {
  color: #e1637a;
}

/* Toggle
 ========================================================================== */
.uk-navbar-toggle {
  color: #999;
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #e1637a;
  outline: none;
  text-decoration: none;
}

/*
 * Icon
 * Adopts `uk-icon`
 */
/* Hover + Focus */
/* Subtitle
 ========================================================================== */
.uk-navbar-subtitle {
  font-size: 0.875rem;
}

/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `uk-dropdown`
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-navbar-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #e1637a;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/* Show */
.uk-navbar-dropdown.uk-open {
  display: block;
}

/*
 * Direction / Alignment modifiers
 */
/* Direction */
[class*=uk-navbar-dropdown-top] {
  margin-top: -15px;
}

[class*=uk-navbar-dropdown-bottom] {
  margin-top: 15px;
}

[class*=uk-navbar-dropdown-left] {
  margin-left: -15px;
}

[class*=uk-navbar-dropdown-right] {
  margin-left: 15px;
}

/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
.uk-navbar-dropdown-grid {
  margin-left: -50px;
}

.uk-navbar-dropdown-grid > * {
  padding-left: 50px;
}

/* Gutter Vertical */
.uk-navbar-dropdown-grid > .uk-grid-margin {
  margin-top: 50px;
}

/* Stack */
.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
  width: 100% !important;
}

/*
 * Width modifier
 */
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
  width: 400px;
}

.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
  width: 600px;
}

.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
  width: 800px;
}

.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
  width: 1000px;
}

/*
 * Dropbar modifier
 */
.uk-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
}

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-navbar-dropdown-nav {
  font-size: 0.875rem;
}

/*
 * Items
 */
.uk-navbar-dropdown-nav > li > a {
  color: #999;
}

/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #e1637a;
}

/* Active */
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333;
}

/*
 * Header
 */
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999;
}

.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #e1637a;
}

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Dropbar
 ========================================================================== */
.uk-navbar-dropbar {
  background: #fff;
}

/*
 * Slide modifier
 */
.uk-navbar-dropbar-slide {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}

/*
 * Navbar
 */
.uk-navbar-container > .uk-container .uk-navbar-left {
  margin-left: -15px;
  margin-right: -15px;
}

.uk-navbar-container > .uk-container .uk-navbar-right {
  margin-right: -15px;
}

/*
 * Grid Divider
 */
.uk-navbar-dropdown-grid > * {
  position: relative;
}

.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  border-left: 1px solid #e5e5e5;
}

/* Vertical */
.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50px;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-subnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-subnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-subnav > * > :first-child {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #e1637a;
  text-decoration: none;
  outline: none;
}

/* Active */
.uk-subnav > .uk-active > a {
  color: #333;
}

/* Divider modifier
 ========================================================================== */
/*
 * Set gutter 
 */
.uk-subnav-divider {
  margin-left: -41px;
}

/*
 * Align items and divider vertically
 */
.uk-subnav-divider > * {
  display: flex;
  align-items: center;
}

/*
 * Divider
 * 1. `nth-child` makes it also work without JS if it's only one row
 */
.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid transparent;
}

/* 1 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: #e5e5e5;
}

/* Pill modifier
 ========================================================================== */
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999;
}

/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #f8f8f8;
  color: #e1637a;
}

/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #e1637a;
}

/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #392E48;
  color: #fff;
}

/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999;
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * Reset list
 */
.uk-breadcrumb {
  padding: 0;
  list-style: none;
}

/*
 * 1. Doesn't generate any box and replaced by child boxes
 */
.uk-breadcrumb > * {
  display: contents;
}

/* Items
 ========================================================================== */
.uk-breadcrumb > * > * {
  font-size: 0.875rem;
  color: #999;
}

/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #e1637a;
  text-decoration: none;
}

/* Disabled */
/* Active */
.uk-breadcrumb > :last-child > span,
.uk-breadcrumb > :last-child > a:not([href]) {
  color: #e1637a;
}

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 * 1. Remove space between inline block elements.
 * 2. Style
 */
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  /* 1 */
  margin: 0 20px 0 calc(20px - 4px);
  /* 2 */
  font-size: 0.875rem;
  color: #999;
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-pagination {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: 0;
  /* 3 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-pagination > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 0;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-pagination > * > * {
  /* 1 */
  display: block;
  /* 2 */
  padding: 5px 10px;
  color: #999;
  transition: color 0.1s ease-in-out;
}

/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  color: #e1637a;
  text-decoration: none;
}

/* Active */
.uk-pagination > .uk-active > * {
  color: #e1637a;
}

/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999;
}

/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
  position: relative;
}
.uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-tab > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center text if a width is set
 * 2. Style
 */
.uk-tab > * > a {
  /* 1 */
  display: block;
  text-align: center;
  /* 2 */
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
}

/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #e1637a;
  text-decoration: none;
}

/* Active */
.uk-tab > .uk-active > a {
  color: #333;
  border-color: #392E48;
}

/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999;
}

/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
.uk-tab-bottom::before {
  top: 0;
  bottom: auto;
}

.uk-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none;
}

/*
 * Left + Right
 * 1. Reset Gutter
 */
.uk-tab-left,
.uk-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0;
}

/* 1 */
.uk-tab-left > *,
.uk-tab-right > * {
  padding-left: 0;
}

.uk-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}

.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}

.uk-tab-left > * > a {
  text-align: left;
  border-right: 1px solid transparent;
  border-bottom: none;
}

.uk-tab-right > * > a {
  text-align: left;
  border-left: 1px solid transparent;
  border-bottom: none;
}

.uk-tab .uk-dropdown {
  margin-left: 30px;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(225, 99, 122, 0.5);
  transition: color 0.1s ease-in-out;
}

/* Hover + Focus */
.uk-slidenav:hover,
.uk-slidenav:focus {
  color: rgba(225, 99, 122, 0.9);
  outline: none;
}

/* OnClick */
.uk-slidenav:active {
  color: rgba(225, 99, 122, 0.5);
}

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
  padding: 10px 10px;
}

/* Container
 ========================================================================== */
.uk-slidenav-container {
  display: flex;
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px;
}

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 35px;
  height: 10px;
  border-radius: 5px;
  background: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(225, 99, 122, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}

/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(225, 99, 122, 0.6);
  outline: none;
  border-color: transparent;
}

/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(225, 99, 122, 0.2);
  border-color: transparent;
}

/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(225, 99, 122, 0.6);
  border-color: transparent;
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}

/* 2 */
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}

/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-thumbnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -15px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-thumbnav > * {
  /* 1 */
  padding-left: 15px;
}

/* Items
 ========================================================================== */
/*
 * Items
 */
.uk-thumbnav > * > * {
  display: inline-block;
  position: relative;
}
.uk-thumbnav > * > *::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  transition: background-color 0.1s ease-in-out;
}

/* Hover + Focus */
.uk-thumbnav > * > :hover,
.uk-thumbnav > * > :focus {
  outline: none;
}
.uk-thumbnav > * > :hover::after,
.uk-thumbnav > * > :focus::after {
  background-color: transparent;
}

/* Active */
.uk-thumbnav > .uk-active > *::after {
  background-color: transparent;
}

/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px;
}

/* 2 */
.uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}

/* ========================================================================
   Component: Iconnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-iconnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -10px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-iconnav > * {
  /* 1 */
  padding-left: 10px;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-iconnav > * > a {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
}

/* Hover + Focus */
.uk-iconnav > * > a:hover,
.uk-iconnav > * > a:focus {
  color: #e1637a;
  outline: none;
}

/* Active */
.uk-iconnav > .uk-active > a {
  color: #e1637a;
}

/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-iconnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -10px;
}

/* 2 */
.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}

/* ========================================================================
   Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 * 7. Prevent cancellation of pointer events while dragging
 */
.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
  /* 7 */
  touch-action: pinch-zoom;
}

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-lightbox-page {
  overflow: hidden;
}

/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 *    Using `vh` and `vw` to make responsive image work in IE11
 * 6. Suppress outline on focus
 */
.uk-lightbox-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: none;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity;
}

/* 5 */
.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}

/* 6 */
.uk-lightbox-items > :focus {
  outline: none;
}

.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}

.uk-lightbox-items > .uk-active {
  display: flex;
}

/* Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7);
}

/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}

/*
 * Hover
 */
.uk-lightbox-toolbar-icon:hover {
  color: #fff;
}

/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Hover + Focus */
.uk-lightbox-button:hover,
.uk-lightbox-button:focus {
  color: #fff;
}

/* OnClick */
/* Caption
 ========================================================================== */
.uk-lightbox-caption:empty {
  display: none;
}

/* Iframe
 ========================================================================== */
.uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*=uk-animation-] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}

/*
 * Scale
 */
.uk-animation-scale-up {
  animation-name: uk-fade-scale-02;
}

.uk-animation-scale-down {
  animation-name: uk-fade-scale-18;
}

/*
 * Slide
 */
.uk-animation-slide-top {
  animation-name: uk-fade-top;
}

.uk-animation-slide-bottom {
  animation-name: uk-fade-bottom;
}

.uk-animation-slide-left {
  animation-name: uk-fade-left;
}

.uk-animation-slide-right {
  animation-name: uk-fade-right;
}

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  animation-name: uk-fade-top-small;
}

.uk-animation-slide-bottom-small {
  animation-name: uk-fade-bottom-small;
}

.uk-animation-slide-left-small {
  animation-name: uk-fade-left-small;
}

.uk-animation-slide-right-small {
  animation-name: uk-fade-right-small;
}

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  animation-name: uk-fade-top-medium;
}

.uk-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium;
}

.uk-animation-slide-left-medium {
  animation-name: uk-fade-left-medium;
}

.uk-animation-slide-right-medium {
  animation-name: uk-fade-right-medium;
}

/*
 * Kenburns
 */
.uk-animation-kenburns {
  animation-name: uk-scale-kenburns;
  animation-duration: 15s;
}

/*
 * Shake
 */
.uk-animation-shake {
  animation-name: uk-shake;
}

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  animation-duration: 2s;
}

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  animation-duration: 0.1s;
}

/* Toggle (Hover + Focus)
========================================================================== */
/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */
.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
  animation-name: none;
}

/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-animation-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.uk-animation-toggle:focus {
  outline: none;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Slide Top
 */
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom
 */
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left
 */
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right
 */
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Top Small
 */
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom Small
 */
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left Small
 */
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right Small
 */
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Top Medium
 */
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom Medium
 */
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left Medium
 */
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right Medium
 */
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Scale Up
 */
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale Down
 */
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Kenburns
 */
@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*
 * Shake
 */
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/*
 * Stroke
 */
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*=uk-child-width] > * {
  box-sizing: border-box;
  width: 100%;
}

.uk-child-width-1-2 > * {
  width: 50%;
}

.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}

.uk-child-width-1-4 > * {
  width: 25%;
}

.uk-child-width-1-5 > * {
  width: 20%;
}

.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}

.uk-child-width-auto > * {
  width: auto;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*=uk-width]) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-1-2\@m > * {
    width: 50%;
  }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-1-2\@l > * {
    width: 50%;
  }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*=uk-width] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}

/* Halves */
.uk-width-1-2 {
  width: 50%;
}

/* Thirds */
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001);
}

.uk-width-2-3 {
  width: calc(100% * 2 / 3.001);
}

/* Quarters */
.uk-width-1-4 {
  width: 25%;
}

.uk-width-3-4 {
  width: 75%;
}

/* Fifths */
.uk-width-1-5 {
  width: 20%;
}

.uk-width-2-5 {
  width: 40%;
}

.uk-width-3-5 {
  width: 60%;
}

.uk-width-4-5 {
  width: 80%;
}

/* Sixths */
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001);
}

.uk-width-5-6 {
  width: calc(100% * 5 / 6.001);
}

/* Pixel */
.uk-width-small {
  width: 150px;
}

.uk-width-medium {
  width: 300px;
}

.uk-width-large {
  width: 450px;
}

.uk-width-xlarge {
  width: 600px;
}

.uk-width-2xlarge {
  width: 750px;
}

/* Auto */
.uk-width-auto {
  width: auto;
}

/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-width-4-5\@s {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@s {
    width: 150px;
  }
  .uk-width-medium\@s {
    width: 300px;
  }
  .uk-width-large\@s {
    width: 450px;
  }
  .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-width-2xlarge\@s {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@s {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@m {
    width: 150px;
  }
  .uk-width-medium\@m {
    width: 300px;
  }
  .uk-width-large\@m {
    width: 450px;
  }
  .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-width-2xlarge\@m {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@m {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@l {
    width: 150px;
  }
  .uk-width-medium\@l {
    width: 300px;
  }
  .uk-width-large\@l {
    width: 450px;
  }
  .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-width-2xlarge\@l {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@l {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-width-4-5\@xl {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@xl {
    width: 150px;
  }
  .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-width-large\@xl {
    width: 450px;
  }
  .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-width-2xlarge\@xl {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
/* ========================================================================
   Component: Height
 ========================================================================== */
[class*=uk-height] {
  box-sizing: border-box;
}

/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
  height: 100%;
}

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  min-height: 100vh;
}

/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
  height: 150px;
}

.uk-height-medium {
  height: 300px;
}

.uk-height-large {
  height: 450px;
}

.uk-height-max-small {
  max-height: 150px;
}

.uk-height-max-medium {
  max-height: 300px;
}

.uk-height-max-large {
  max-height: 450px;
}

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
}

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
.uk-text-meta a {
  color: #999;
}
.uk-text-meta a:hover {
  color: #e1637a;
  text-decoration: none;
}

/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

.uk-text-default {
  font-size: 16px;
  line-height: 1.5;
}

/* Weight modifier
 ========================================================================== */
.uk-text-light {
  font-weight: 300;
}

.uk-text-normal {
  font-weight: 400;
}

.uk-text-bold {
  font-weight: 700;
}

.uk-text-lighter {
  font-weight: lighter;
}

.uk-text-bolder {
  font-weight: bolder;
}

/* Style modifier
 ========================================================================== */
.uk-text-italic {
  font-style: italic;
}

/* Transform modifier
 ========================================================================== */
.uk-text-capitalize {
  text-transform: capitalize !important;
}

.uk-text-uppercase {
  text-transform: uppercase !important;
}

.uk-text-lowercase {
  text-transform: lowercase !important;
}

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important;
}

.uk-text-emphasis {
  color: #333 !important;
}

.uk-text-primary {
  color: #392E48 !important;
}

.uk-text-secondary {
  color: #222 !important;
}

.uk-text-success {
  color: #32d296 !important;
}

.uk-text-warning {
  color: #faa05a !important;
}

.uk-text-danger {
  color: #f0506e !important;
}

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
 *    Default color is set to transparent
 * 2. Container fits the text
 * 3. Fallback color for IE11
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #392E48 !important;
}

@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #392E48;
    color: transparent !important;
  }
}
/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}

.uk-text-right {
  text-align: right !important;
}

.uk-text-center {
  text-align: center !important;
}

.uk-text-justify {
  text-align: justify !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important;
  }
  .uk-text-right\@s {
    text-align: right !important;
  }
  .uk-text-center\@s {
    text-align: center !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important;
  }
  .uk-text-right\@m {
    text-align: right !important;
  }
  .uk-text-center\@m {
    text-align: center !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important;
  }
  .uk-text-right\@l {
    text-align: right !important;
  }
  .uk-text-center\@l {
    text-align: center !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important;
  }
  .uk-text-right\@xl {
    text-align: right !important;
  }
  .uk-text-center\@xl {
    text-align: center !important;
  }
}
/*
 * Vertical
 */
.uk-text-top {
  vertical-align: top !important;
}

.uk-text-middle {
  vertical-align: middle !important;
}

.uk-text-bottom {
  vertical-align: bottom !important;
}

.uk-text-baseline {
  vertical-align: baseline !important;
}

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap;
}

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 2 */
th.uk-text-truncate,
td.uk-text-truncate {
  max-width: 0;
}

/*
 * 1. Wrap long words onto the next line and break them if they are too long to fit
 * 2. Legacy `word-wrap` as fallback for `overflow-wrap`
 * 3. Fix `overflow-wrap` which doesn't work with table cells in Chrome, Opera, IE11 and Edge
 *    Must use `break-all` to support IE11 and Edge
 * Note: Not using `hyphens: auto;` because it hyphenates text even if not needed
 */
.uk-text-break {
  /* 1 */
  overflow-wrap: break-word;
  /* 2 */
  word-wrap: break-word;
}

/* 3 */
th.uk-text-break,
td.uk-text-break {
  word-break: break-all;
}

/* ========================================================================
   Component: Column
 ========================================================================== */
[class*=uk-column-] {
  column-gap: 10px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*=uk-column-] {
    column-gap: 10px;
  }
}
/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*=uk-column-] img {
  transform: translate3d(0, 0, 0);
}

/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 20px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-divider {
    column-gap: 20px;
  }
}
/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
  column-count: 2;
}

.uk-column-1-3 {
  column-count: 3;
}

.uk-column-1-4 {
  column-count: 4;
}

.uk-column-1-5 {
  column-count: 5;
}

.uk-column-1-6 {
  column-count: 6;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-column-1-2\@s {
    column-count: 2;
  }
  .uk-column-1-3\@s {
    column-count: 3;
  }
  .uk-column-1-4\@s {
    column-count: 4;
  }
  .uk-column-1-5\@s {
    column-count: 5;
  }
  .uk-column-1-6\@s {
    column-count: 6;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-column-1-2\@m {
    column-count: 2;
  }
  .uk-column-1-3\@m {
    column-count: 3;
  }
  .uk-column-1-4\@m {
    column-count: 4;
  }
  .uk-column-1-5\@m {
    column-count: 5;
  }
  .uk-column-1-6\@m {
    column-count: 6;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    column-count: 2;
  }
  .uk-column-1-3\@l {
    column-count: 3;
  }
  .uk-column-1-4\@l {
    column-count: 4;
  }
  .uk-column-1-5\@l {
    column-count: 5;
  }
  .uk-column-1-6\@l {
    column-count: 6;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    column-count: 2;
  }
  .uk-column-1-3\@xl {
    column-count: 3;
  }
  .uk-column-1-4\@xl {
    column-count: 4;
  }
  .uk-column-1-5\@xl {
    column-count: 5;
  }
  .uk-column-1-6\@xl {
    column-count: 6;
  }
}
/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
  column-span: all;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Reset responsiveness for embedded content
 * 2. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
.uk-cover {
  /* 1 */
  max-width: none;
  /* 2 */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

iframe.uk-cover {
  pointer-events: none;
}

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
  background-color: #fff;
}

.uk-background-muted {
  background-color: #f8f8f8;
}

.uk-background-primary {
  background-color: #392E48;
}

.uk-background-secondary {
  background-color: #222;
}

/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain,
.uk-background-width-1-1,
.uk-background-height-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.uk-background-cover {
  background-size: cover;
}

.uk-background-contain {
  background-size: contain;
}

.uk-background-width-1-1 {
  background-size: 100%;
}

.uk-background-height-1-1 {
  background-size: auto 100%;
}

/* Position
 ========================================================================== */
.uk-background-top-left {
  background-position: 0 0;
}

.uk-background-top-center {
  background-position: 50% 0;
}

.uk-background-top-right {
  background-position: 100% 0;
}

.uk-background-center-left {
  background-position: 0 50%;
}

.uk-background-center-center {
  background-position: 50% 50%;
}

.uk-background-center-right {
  background-position: 100% 50%;
}

.uk-background-bottom-left {
  background-position: 0 100%;
}

.uk-background-bottom-center {
  background-position: 50% 100%;
}

.uk-background-bottom-right {
  background-position: 100% 100%;
}

/* Repeat
 ========================================================================== */
.uk-background-norepeat {
  background-repeat: no-repeat;
}

/* Attachment
 ========================================================================== */
/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */
.uk-background-fixed {
  background-attachment: fixed;
  /* 1 */
  backface-visibility: hidden;
}

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll;
  }
}
/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important;
  }
}
/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
  background-blend-mode: multiply;
}

.uk-background-blend-screen {
  background-blend-mode: screen;
}

.uk-background-blend-overlay {
  background-blend-mode: overlay;
}

.uk-background-blend-darken {
  background-blend-mode: darken;
}

.uk-background-blend-lighten {
  background-blend-mode: lighten;
}

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.uk-background-blend-color-burn {
  background-blend-mode: color-burn;
}

.uk-background-blend-hard-light {
  background-blend-mode: hard-light;
}

.uk-background-blend-soft-light {
  background-blend-mode: soft-light;
}

.uk-background-blend-difference {
  background-blend-mode: difference;
}

.uk-background-blend-exclusion {
  background-blend-mode: exclusion;
}

.uk-background-blend-hue {
  background-blend-mode: hue;
}

.uk-background-blend-saturation {
  background-blend-mode: saturation;
}

.uk-background-blend-color {
  background-blend-mode: color;
}

.uk-background-blend-luminosity {
  background-blend-mode: luminosity;
}

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*=uk-align] {
  display: block;
  margin-bottom: 10px;
}

* + [class*=uk-align] {
  margin-top: 10px;
}

/*
 * Center
 */
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}

/*
 * Left/Right
 */
.uk-align-left {
  margin-top: 0;
  margin-right: 10px;
  float: left;
}

.uk-align-right {
  margin-top: 0;
  margin-left: 10px;
  float: right;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 10px;
    float: left;
  }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 10px;
    float: right;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 10px;
    float: left;
  }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 10px;
    float: right;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }
  .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }
  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 10px;
  }
  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 10px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 10px;
    float: left;
  }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 10px;
    float: right;
  }
}
/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-svg:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-svg {
  transform: translate(0, 0);
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

/*
 * Remove margin from the last-child
 */
.uk-panel > :last-child {
  margin-bottom: 0;
}

/*
 * Scrollable
 */
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
  content: "";
  display: table-cell;
}

/* 2 */
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
  float: left;
}

.uk-float-right {
  float: right;
}

/* 1 */
[class*=uk-float-] {
  max-width: 100%;
}

/* Overfow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 * Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518
 */
.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.uk-overflow-auto > :last-child {
  margin-bottom: 0;
}

/* Resize
 ========================================================================== */
.uk-resize {
  resize: both;
}

.uk-resize-vertical {
  resize: vertical;
}

/* Display
 ========================================================================== */
.uk-display-block {
  display: block !important;
}

.uk-display-inline {
  display: inline !important;
}

.uk-display-inline-block {
  display: inline-block !important;
}

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force new layer without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*=uk-inline] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden;
}

.uk-inline-clip {
  /* 6 */
  overflow: hidden;
}

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none;
}

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto;
}

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
}

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}

.uk-border-pill {
  border-radius: 500px;
}

.uk-border-rounded {
  border-radius: 5px;
}

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*=uk-border-] {
  -webkit-transform: translateZ(0);
}

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/*
 * Hover
 */
[class*=uk-box-shadow-hover] {
  transition: box-shadow 0.1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Fix shadow being clipped in Safari if container is animated
 */
@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle;
  }
  .uk-box-shadow-bottom::after {
    content: "";
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
    /* 3 */
    will-change: filter;
  }
}
/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 * 3. Caused by 1.: Edge creates two nested `::first-letter` containers, one for each selector
 *    This doubles the `font-size` exponential when using the `em` unit.
 */
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px;
}

/* 2 */
@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}
/* 3 */
@supports (-ms-ime-align: auto) {
  .uk-dropcap > p:first-of-type::first-letter {
    font-size: 1em;
  }
}
/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.uk-logo {
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #e1637a;
  /* 1 */
  text-decoration: none;
}

/* Hover + Focus */
.uk-logo:hover,
.uk-logo:focus {
  color: #e1637a;
  outline: none;
  /* 1 */
  text-decoration: none;
}

.uk-logo-inverse {
  display: none;
}

/* Disabled State
 ========================================================================== */
.uk-disabled {
  pointer-events: none;
}

/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag,
.uk-drag * {
  cursor: move;
}

/* 2 */
.uk-drag iframe {
  pointer-events: none;
}

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
  mix-blend-mode: multiply;
}

.uk-blend-screen {
  mix-blend-mode: screen;
}

.uk-blend-overlay {
  mix-blend-mode: overlay;
}

.uk-blend-darken {
  mix-blend-mode: darken;
}

.uk-blend-lighten {
  mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
  mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
  mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
  mix-blend-mode: soft-light;
}

.uk-blend-difference {
  mix-blend-mode: difference;
}

.uk-blend-exclusion {
  mix-blend-mode: exclusion;
}

.uk-blend-hue {
  mix-blend-mode: hue;
}

.uk-blend-saturation {
  mix-blend-mode: saturation;
}

.uk-blend-color {
  mix-blend-mode: color;
}

.uk-blend-luminosity {
  mix-blend-mode: luminosity;
}

/* Transform
========================================================================== */
.uk-transform-center {
  transform: translate(-50%, -50%);
}

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
  transform-origin: 0 0;
}

.uk-transform-origin-top-center {
  transform-origin: 50% 0;
}

.uk-transform-origin-top-right {
  transform-origin: 100% 0;
}

.uk-transform-origin-center-left {
  transform-origin: 0 50%;
}

.uk-transform-origin-center-right {
  transform-origin: 100% 50%;
}

.uk-transform-origin-bottom-left {
  transform-origin: 0 100%;
}

.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex;
}

.uk-flex-inline {
  display: inline-flex;
}

/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
.uk-flex::before,
.uk-flex::after,
.uk-flex-inline::before,
.uk-flex-inline::after {
  display: none;
}

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
  justify-content: flex-start;
}

.uk-flex-center {
  justify-content: center;
}

.uk-flex-right {
  justify-content: flex-end;
}

.uk-flex-between {
  justify-content: space-between;
}

.uk-flex-around {
  justify-content: space-around;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-left\@s {
    justify-content: flex-start;
  }
  .uk-flex-center\@s {
    justify-content: center;
  }
  .uk-flex-right\@s {
    justify-content: flex-end;
  }
  .uk-flex-between\@s {
    justify-content: space-between;
  }
  .uk-flex-around\@s {
    justify-content: space-around;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-left\@m {
    justify-content: flex-start;
  }
  .uk-flex-center\@m {
    justify-content: center;
  }
  .uk-flex-right\@m {
    justify-content: flex-end;
  }
  .uk-flex-between\@m {
    justify-content: space-between;
  }
  .uk-flex-around\@m {
    justify-content: space-around;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-left\@l {
    justify-content: flex-start;
  }
  .uk-flex-center\@l {
    justify-content: center;
  }
  .uk-flex-right\@l {
    justify-content: flex-end;
  }
  .uk-flex-between\@l {
    justify-content: space-between;
  }
  .uk-flex-around\@l {
    justify-content: space-around;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-left\@xl {
    justify-content: flex-start;
  }
  .uk-flex-center\@xl {
    justify-content: center;
  }
  .uk-flex-right\@xl {
    justify-content: flex-end;
  }
  .uk-flex-between\@xl {
    justify-content: space-between;
  }
  .uk-flex-around\@xl {
    justify-content: space-around;
  }
}
/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
  align-items: stretch;
}

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

.uk-flex-middle {
  align-items: center;
}

.uk-flex-bottom {
  align-items: flex-end;
}

/* Direction
 ========================================================================== */
.uk-flex-row {
  flex-direction: row;
}

.uk-flex-row-reverse {
  flex-direction: row-reverse;
}

.uk-flex-column {
  flex-direction: column;
}

.uk-flex-column-reverse {
  flex-direction: column-reverse;
}

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  flex-wrap: nowrap;
}

.uk-flex-wrap {
  flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
  align-content: stretch;
}

.uk-flex-wrap-top {
  align-content: flex-start;
}

.uk-flex-wrap-middle {
  align-content: center;
}

.uk-flex-wrap-bottom {
  align-content: flex-end;
}

.uk-flex-wrap-between {
  align-content: space-between;
}

.uk-flex-wrap-around {
  align-content: space-around;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
  order: -1;
}

.uk-flex-last {
  order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-last\@m {
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-last\@l {
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1;
}

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
  margin-bottom: 20px;
}

* + .uk-margin {
  margin-top: 20px !important;
}

.uk-margin-top {
  margin-top: 20px !important;
}

.uk-margin-bottom {
  margin-bottom: 20px !important;
}

.uk-margin-left {
  margin-left: 20px !important;
}

.uk-margin-right {
  margin-right: 20px !important;
}

/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px;
}

* + .uk-margin-small {
  margin-top: 10px !important;
}

.uk-margin-small-top {
  margin-top: 10px !important;
}

.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}

.uk-margin-small-left {
  margin-left: 10px !important;
}

.uk-margin-small-right {
  margin-right: 10px !important;
}

/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px;
}

* + .uk-margin-medium {
  margin-top: 40px !important;
}

.uk-margin-medium-top {
  margin-top: 40px !important;
}

.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-medium-left {
  margin-left: 40px !important;
}

.uk-margin-medium-right {
  margin-right: 40px !important;
}

/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px;
}

* + .uk-margin-large {
  margin-top: 40px !important;
}

.uk-margin-large-top {
  margin-top: 40px !important;
}

.uk-margin-large-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-large-left {
  margin-left: 40px !important;
}

.uk-margin-large-right {
  margin-right: 40px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px;
  }
  * + .uk-margin-large {
    margin-top: 70px !important;
  }
  .uk-margin-large-top {
    margin-top: 70px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .uk-margin-large-left {
    margin-left: 70px !important;
  }
  .uk-margin-large-right {
    margin-right: 70px !important;
  }
}
/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px;
}

* + .uk-margin-xlarge {
  margin-top: 70px !important;
}

.uk-margin-xlarge-top {
  margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
  margin-left: 70px !important;
}

.uk-margin-xlarge-right {
  margin-right: 70px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .uk-margin-xlarge {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }
}
/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.uk-margin-auto-top {
  margin-top: auto !important;
}

.uk-margin-auto-bottom {
  margin-bottom: auto !important;
}

.uk-margin-auto-left {
  margin-left: auto !important;
}

.uk-margin-auto-right {
  margin-right: auto !important;
}

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@s {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@s {
    margin-right: auto !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@m {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@m {
    margin-right: auto !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@l {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@l {
    margin-right: auto !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important;
  }
}
/* Remove
 ========================================================================== */
.uk-margin-remove {
  margin: 0 !important;
}

.uk-margin-remove-top {
  margin-top: 0 !important;
}

.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}

.uk-margin-remove-left {
  margin-left: 0 !important;
}

.uk-margin-remove-right {
  margin-right: 0 !important;
}

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
  padding: 10px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding {
    padding: 10px;
  }
}
/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px;
}

/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 10px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px;
  }
}
/* Remove
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important;
}

.uk-padding-remove-top {
  padding-top: 0 !important;
}

.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}

.uk-padding-remove-left {
  padding-left: 0 !important;
}

.uk-padding-remove-right {
  padding-right: 0 !important;
}

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow if `max-width: 100%` is used inside position container.
 */
[class*=uk-position-top],
[class*=uk-position-bottom],
[class*=uk-position-left],
[class*=uk-position-right],
[class*=uk-position-center] {
  position: absolute !important;
  /* 1 */
  max-width: 100%;
}

/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

/* Corners
 ========================================================================== */
.uk-position-top-left {
  top: 0;
  left: 0;
}

.uk-position-top-right {
  top: 0;
  right: 0;
}

.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 */
.uk-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

/* Vertical */
[class*=uk-position-center-left],
[class*=uk-position-center-right] {
  top: 50%;
  transform: translateY(-50%);
}

.uk-position-center-left {
  left: 0;
}

.uk-position-center-right {
  right: 0;
}

.uk-position-center-left-out {
  right: 100%;
  width: max-content;
}

.uk-position-center-right-out {
  left: 100%;
  width: max-content;
}

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

.uk-position-top-center {
  top: 0;
}

.uk-position-bottom-center {
  bottom: 0;
}

/* Cover
 ========================================================================== */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Utility
 ========================================================================== */
.uk-position-relative {
  position: relative !important;
}

.uk-position-absolute {
  position: absolute !important;
}

.uk-position-fixed {
  position: fixed !important;
}

.uk-position-z-index {
  z-index: 1;
}

/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
.uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px;
}

.uk-position-small.uk-position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px);
}

.uk-position-small[class*=uk-position-center-left],
.uk-position-small[class*=uk-position-center-right] {
  transform: translateY(-50%) translateY(-15px);
}

.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-15px);
}

/*
 * Medium
 */
.uk-position-medium {
  max-width: calc(100% - (10px * 2));
  margin: 10px;
}

.uk-position-medium.uk-position-center {
  transform: translate(-50%, -50%) translate(-10px, -10px);
}

.uk-position-medium[class*=uk-position-center-left],
.uk-position-medium[class*=uk-position-center-right] {
  transform: translateY(-50%) translateY(-10px);
}

.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-10px);
}

/*
 * Large
 */
.uk-position-large {
  max-width: calc(100% - (10px * 2));
  margin: 10px;
}

.uk-position-large.uk-position-center {
  transform: translate(-50%, -50%) translate(-10px, -10px);
}

.uk-position-large[class*=uk-position-center-left],
.uk-position-large[class*=uk-position-center-right] {
  transform: translateY(-50%) translateY(-10px);
}

.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-10px);
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px;
  }
  .uk-position-large.uk-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px);
  }
  .uk-position-large[class*=uk-position-center-left],
  .uk-position-large[class*=uk-position-center-right] {
    transform: translateY(-50%) translateY(-50px);
  }
  .uk-position-large.uk-position-top-center,
  .uk-position-large.uk-position-bottom-center {
    transform: translateX(-50%) translateX(-50px);
  }
}
/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-transition-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.uk-transition-toggle:focus {
  outline: none;
}

/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 *
 * Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
 *       therefore it's recommended to use an extra `div` for the transition.
 */
.uk-transition-fade,
[class*=uk-transition-scale],
[class*=uk-transition-slide] {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1;
}

/*
 * Scale
 */
.uk-transition-scale-up {
  transform: scale(1, 1);
}

.uk-transition-scale-down {
  transform: scale(1.03, 1.03);
}

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.03, 1.03);
}

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  transform: scale(1, 1);
}

/*
 * Slide
 */
.uk-transition-slide-top {
  transform: translateY(-100%);
}

.uk-transition-slide-bottom {
  transform: translateY(100%);
}

.uk-transition-slide-left {
  transform: translateX(-100%);
}

.uk-transition-slide-right {
  transform: translateX(100%);
}

.uk-transition-slide-top-small {
  transform: translateY(-10px);
}

.uk-transition-slide-bottom-small {
  transform: translateY(10px);
}

.uk-transition-slide-left-small {
  transform: translateX(-10px);
}

.uk-transition-slide-right-small {
  transform: translateX(10px);
}

.uk-transition-slide-top-medium {
  transform: translateY(-50px);
}

.uk-transition-slide-bottom-medium {
  transform: translateY(50px);
}

.uk-transition-slide-left-medium {
  transform: translateX(-50px);
}

.uk-transition-slide-right-medium {
  transform: translateX(50px);
}

/* Show */
.uk-transition-toggle:hover [class*=uk-transition-slide],
.uk-transition-toggle:focus [class*=uk-transition-slide],
.uk-transition-active.uk-active [class*=uk-transition-slide] {
  opacity: 1;
  transform: translate(0, 0);
}

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
  opacity: 1;
}

/* Duration modifiers
 ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important;
  }
}
/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important;
  }
}
/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important;
}

/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * Hidden
 * 1. The toggle is triggered on touch devices using `:focus` and tabindex
 * 2. The target stays visible if any element within receives focus through keyboard
 *    Doesn't work in Edge, yet.
 * 3. Can't use `display: none` nor `visibility: hidden` because both are not focusable.
 *
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 3 */
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/*
 * Invisible
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  /* 3 */
  opacity: 0 !important;
}

/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-visible-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.uk-visible-toggle:focus {
  outline: none;
}

/* Touch
 ========================================================================== */
/*
 * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
 * Works on mobile browsers: Safari, Chrome and Android browser
 */
@media (pointer: coarse) {
  .uk-hidden-touch {
    display: none !important;
  }
}
/*
 * Hide if primary pointing device is accurate, e.g. mouse.
 * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
 * 2. Reset if supported
 */
/* 1 */
.uk-hidden-notouch {
  display: none !important;
}

@media (pointer: coarse) {
  .uk-hidden-notouch {
    display: block !important;
  }
}
/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*=uk-card-media]), .uk-overlay-primary, .uk-offcanvas-bar {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light a, .uk-section-primary:not(.uk-preserve-color) a, .uk-section-secondary:not(.uk-preserve-color) a, .uk-tile-primary:not(.uk-preserve-color) a, .uk-tile-secondary:not(.uk-preserve-color) a, .uk-card-secondary.uk-card-body a, .uk-card-secondary > :not([class*=uk-card-media]) a, .uk-overlay-primary a, .uk-offcanvas-bar a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link,
.uk-overlay-primary .uk-link,
.uk-offcanvas-bar .uk-link {
  color: #fff;
}
.uk-light a:hover, .uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-tile-primary:not(.uk-preserve-color) a:hover, .uk-tile-secondary:not(.uk-preserve-color) a:hover, .uk-card-secondary.uk-card-body a:hover, .uk-card-secondary > :not([class*=uk-card-media]) a:hover, .uk-overlay-primary a:hover, .uk-offcanvas-bar a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link:hover,
.uk-overlay-primary .uk-link:hover,
.uk-offcanvas-bar .uk-link:hover,
.uk-light .uk-link-toggle:hover .uk-link,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link,
.uk-overlay-primary .uk-link-toggle:hover .uk-link,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link,
.uk-light .uk-link-toggle:focus .uk-link,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link,
.uk-card-secondary.uk-card-body .uk-link-toggle:focus .uk-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:focus .uk-link,
.uk-overlay-primary .uk-link-toggle:focus .uk-link,
.uk-offcanvas-bar .uk-link-toggle:focus .uk-link {
  color: #fff;
}
.uk-light :not(pre) > code, .uk-section-primary:not(.uk-preserve-color) :not(pre) > code, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-primary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-card-secondary.uk-card-body :not(pre) > code, .uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > code, .uk-overlay-primary :not(pre) > code, .uk-offcanvas-bar :not(pre) > code,
.uk-light :not(pre) > kbd,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-card-secondary.uk-card-body :not(pre) > kbd,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > kbd,
.uk-overlay-primary :not(pre) > kbd,
.uk-offcanvas-bar :not(pre) > kbd,
.uk-light :not(pre) > samp,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-card-secondary.uk-card-body :not(pre) > samp,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > samp,
.uk-overlay-primary :not(pre) > samp,
.uk-offcanvas-bar :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.uk-light em, .uk-section-primary:not(.uk-preserve-color) em, .uk-section-secondary:not(.uk-preserve-color) em, .uk-tile-primary:not(.uk-preserve-color) em, .uk-tile-secondary:not(.uk-preserve-color) em, .uk-card-secondary.uk-card-body em, .uk-card-secondary > :not([class*=uk-card-media]) em, .uk-overlay-primary em, .uk-offcanvas-bar em {
  color: #fff;
}
.uk-light h1, .uk-section-primary:not(.uk-preserve-color) h1, .uk-section-secondary:not(.uk-preserve-color) h1, .uk-tile-primary:not(.uk-preserve-color) h1, .uk-tile-secondary:not(.uk-preserve-color) h1, .uk-card-secondary.uk-card-body h1, .uk-card-secondary > :not([class*=uk-card-media]) h1, .uk-overlay-primary h1, .uk-offcanvas-bar h1, .uk-light .uk-h1, .uk-section-primary:not(.uk-preserve-color) .uk-h1, .uk-section-secondary:not(.uk-preserve-color) .uk-h1, .uk-tile-primary:not(.uk-preserve-color) .uk-h1, .uk-tile-secondary:not(.uk-preserve-color) .uk-h1, .uk-card-secondary.uk-card-body .uk-h1, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h1, .uk-overlay-primary .uk-h1, .uk-offcanvas-bar .uk-h1,
.uk-light h2,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary > :not([class*=uk-card-media]) h2,
.uk-overlay-primary h2,
.uk-offcanvas-bar h2, .uk-light .uk-h2, .uk-section-primary:not(.uk-preserve-color) .uk-h2, .uk-section-secondary:not(.uk-preserve-color) .uk-h2, .uk-tile-primary:not(.uk-preserve-color) .uk-h2, .uk-tile-secondary:not(.uk-preserve-color) .uk-h2, .uk-card-secondary.uk-card-body .uk-h2, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h2, .uk-overlay-primary .uk-h2, .uk-offcanvas-bar .uk-h2,
.uk-light h3,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary > :not([class*=uk-card-media]) h3,
.uk-overlay-primary h3,
.uk-offcanvas-bar h3, .uk-light .uk-h3, .uk-section-primary:not(.uk-preserve-color) .uk-h3, .uk-section-secondary:not(.uk-preserve-color) .uk-h3, .uk-tile-primary:not(.uk-preserve-color) .uk-h3, .uk-tile-secondary:not(.uk-preserve-color) .uk-h3, .uk-card-secondary.uk-card-body .uk-h3, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h3, .uk-overlay-primary .uk-h3, .uk-offcanvas-bar .uk-h3,
.uk-light h4,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary > :not([class*=uk-card-media]) h4,
.uk-overlay-primary h4,
.uk-offcanvas-bar h4, .uk-light .uk-h4, .uk-section-primary:not(.uk-preserve-color) .uk-h4, .uk-section-secondary:not(.uk-preserve-color) .uk-h4, .uk-tile-primary:not(.uk-preserve-color) .uk-h4, .uk-tile-secondary:not(.uk-preserve-color) .uk-h4, .uk-card-secondary.uk-card-body .uk-h4, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h4, .uk-overlay-primary .uk-h4, .uk-offcanvas-bar .uk-h4,
.uk-light h5,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary > :not([class*=uk-card-media]) h5,
.uk-overlay-primary h5,
.uk-offcanvas-bar h5, .uk-light .uk-h5, .uk-section-primary:not(.uk-preserve-color) .uk-h5, .uk-section-secondary:not(.uk-preserve-color) .uk-h5, .uk-tile-primary:not(.uk-preserve-color) .uk-h5, .uk-tile-secondary:not(.uk-preserve-color) .uk-h5, .uk-card-secondary.uk-card-body .uk-h5, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h5, .uk-overlay-primary .uk-h5, .uk-offcanvas-bar .uk-h5,
.uk-light h6,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary > :not([class*=uk-card-media]) h6,
.uk-overlay-primary h6,
.uk-offcanvas-bar h6, .uk-light .uk-h6, .uk-section-primary:not(.uk-preserve-color) .uk-h6, .uk-section-secondary:not(.uk-preserve-color) .uk-h6, .uk-tile-primary:not(.uk-preserve-color) .uk-h6, .uk-tile-secondary:not(.uk-preserve-color) .uk-h6, .uk-card-secondary.uk-card-body .uk-h6, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h6, .uk-overlay-primary .uk-h6, .uk-offcanvas-bar .uk-h6,
.uk-light .uk-heading-small,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-card-secondary.uk-card-body .uk-heading-small,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-small,
.uk-overlay-primary .uk-heading-small,
.uk-offcanvas-bar .uk-heading-small,
.uk-light .uk-heading-medium,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-card-secondary.uk-card-body .uk-heading-medium,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-medium,
.uk-overlay-primary .uk-heading-medium,
.uk-offcanvas-bar .uk-heading-medium,
.uk-light .uk-heading-large,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-card-secondary.uk-card-body .uk-heading-large,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-large,
.uk-overlay-primary .uk-heading-large,
.uk-offcanvas-bar .uk-heading-large,
.uk-light .uk-heading-xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-card-secondary.uk-card-body .uk-heading-xlarge,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-xlarge,
.uk-overlay-primary .uk-heading-xlarge,
.uk-offcanvas-bar .uk-heading-xlarge,
.uk-light .uk-heading-2xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-card-secondary.uk-card-body .uk-heading-2xlarge,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-2xlarge,
.uk-overlay-primary .uk-heading-2xlarge,
.uk-offcanvas-bar .uk-heading-2xlarge {
  color: #fff;
}
.uk-light blockquote, .uk-section-primary:not(.uk-preserve-color) blockquote, .uk-section-secondary:not(.uk-preserve-color) blockquote, .uk-tile-primary:not(.uk-preserve-color) blockquote, .uk-tile-secondary:not(.uk-preserve-color) blockquote, .uk-card-secondary.uk-card-body blockquote, .uk-card-secondary > :not([class*=uk-card-media]) blockquote, .uk-overlay-primary blockquote, .uk-offcanvas-bar blockquote {
  color: #fff;
}
.uk-light blockquote footer, .uk-section-primary:not(.uk-preserve-color) blockquote footer, .uk-section-secondary:not(.uk-preserve-color) blockquote footer, .uk-tile-primary:not(.uk-preserve-color) blockquote footer, .uk-tile-secondary:not(.uk-preserve-color) blockquote footer, .uk-card-secondary.uk-card-body blockquote footer, .uk-card-secondary > :not([class*=uk-card-media]) blockquote footer, .uk-overlay-primary blockquote footer, .uk-offcanvas-bar blockquote footer {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light hr, .uk-section-primary:not(.uk-preserve-color) hr, .uk-section-secondary:not(.uk-preserve-color) hr, .uk-tile-primary:not(.uk-preserve-color) hr, .uk-tile-secondary:not(.uk-preserve-color) hr, .uk-card-secondary.uk-card-body hr, .uk-card-secondary > :not([class*=uk-card-media]) hr, .uk-overlay-primary hr, .uk-offcanvas-bar hr, .uk-light .uk-hr, .uk-section-primary:not(.uk-preserve-color) .uk-hr, .uk-section-secondary:not(.uk-preserve-color) .uk-hr, .uk-tile-primary:not(.uk-preserve-color) .uk-hr, .uk-tile-secondary:not(.uk-preserve-color) .uk-hr, .uk-card-secondary.uk-card-body .uk-hr, .uk-card-secondary > :not([class*=uk-card-media]) .uk-hr, .uk-overlay-primary .uk-hr, .uk-offcanvas-bar .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light a.uk-link-muted, .uk-section-primary:not(.uk-preserve-color) a.uk-link-muted, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted, .uk-card-secondary.uk-card-body a.uk-link-muted, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted, .uk-overlay-primary a.uk-link-muted, .uk-offcanvas-bar a.uk-link-muted,
.uk-light .uk-link-muted a,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-card-secondary.uk-card-body .uk-link-muted a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a,
.uk-overlay-primary .uk-link-muted a,
.uk-offcanvas-bar .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light a.uk-link-muted:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-card-secondary.uk-card-body a.uk-link-muted:hover, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted:hover, .uk-overlay-primary a.uk-link-muted:hover, .uk-offcanvas-bar a.uk-link-muted:hover,
.uk-light .uk-link-muted a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-card-secondary.uk-card-body .uk-link-muted a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a:hover,
.uk-overlay-primary .uk-link-muted a:hover,
.uk-offcanvas-bar .uk-link-muted a:hover,
.uk-light .uk-link-toggle:hover .uk-link-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-muted,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-muted,
.uk-light .uk-link-toggle:focus .uk-link-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-muted,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-muted,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-muted,
.uk-card-secondary.uk-card-body .uk-link-toggle:focus .uk-link-muted,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:focus .uk-link-muted,
.uk-overlay-primary .uk-link-toggle:focus .uk-link-muted,
.uk-offcanvas-bar .uk-link-toggle:focus .uk-link-muted {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light a.uk-link-text:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-card-secondary.uk-card-body a.uk-link-text:hover, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-text:hover, .uk-overlay-primary a.uk-link-text:hover, .uk-offcanvas-bar a.uk-link-text:hover,
.uk-light .uk-link-text a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-card-secondary.uk-card-body .uk-link-text a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-text a:hover,
.uk-overlay-primary .uk-link-text a:hover,
.uk-offcanvas-bar .uk-link-text a:hover,
.uk-light .uk-link-toggle:hover .uk-link-text,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-text,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-text,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-text,
.uk-light .uk-link-toggle:focus .uk-link-text,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-text,
.uk-card-secondary.uk-card-body .uk-link-toggle:focus .uk-link-text,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:focus .uk-link-text,
.uk-overlay-primary .uk-link-toggle:focus .uk-link-text,
.uk-offcanvas-bar .uk-link-toggle:focus .uk-link-text {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light a.uk-link-heading:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-card-secondary.uk-card-body a.uk-link-heading:hover, .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-heading:hover, .uk-overlay-primary a.uk-link-heading:hover, .uk-offcanvas-bar a.uk-link-heading:hover,
.uk-light .uk-link-heading a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-card-secondary.uk-card-body .uk-link-heading a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-heading a:hover,
.uk-overlay-primary .uk-link-heading a:hover,
.uk-offcanvas-bar .uk-link-heading a:hover,
.uk-light .uk-link-toggle:hover .uk-link-heading,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-heading,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-heading,
.uk-light .uk-link-toggle:focus .uk-link-heading,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-heading,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-heading,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-heading,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:focus .uk-link-heading,
.uk-card-secondary.uk-card-body .uk-link-toggle:focus .uk-link-heading,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:focus .uk-link-heading,
.uk-overlay-primary .uk-link-toggle:focus .uk-link-heading,
.uk-offcanvas-bar .uk-link-toggle:focus .uk-link-heading {
  color: #fff;
}
.uk-light .uk-heading-divider, .uk-section-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-card-secondary.uk-card-body .uk-heading-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-divider, .uk-overlay-primary .uk-heading-divider, .uk-offcanvas-bar .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-heading-bullet::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-card-secondary.uk-card-body .uk-heading-bullet::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-bullet::before, .uk-overlay-primary .uk-heading-bullet::before, .uk-offcanvas-bar .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-heading-line > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-card-secondary.uk-card-body .uk-heading-line > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::before, .uk-overlay-primary .uk-heading-line > ::before, .uk-offcanvas-bar .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-card-secondary.uk-card-body .uk-heading-line > ::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::after,
.uk-overlay-primary .uk-heading-line > ::after,
.uk-offcanvas-bar .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-divider-icon, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-card-secondary.uk-card-body .uk-divider-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon, .uk-overlay-primary .uk-divider-icon, .uk-offcanvas-bar .uk-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-divider-icon::before, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-card-secondary.uk-card-body .uk-divider-icon::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::before, .uk-overlay-primary .uk-divider-icon::before, .uk-offcanvas-bar .uk-divider-icon::before,
.uk-light .uk-divider-icon::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-card-secondary.uk-card-body .uk-divider-icon::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::after,
.uk-overlay-primary .uk-divider-icon::after,
.uk-offcanvas-bar .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-divider-small::after, .uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-card-secondary.uk-card-body .uk-divider-small::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-small::after, .uk-overlay-primary .uk-divider-small::after, .uk-offcanvas-bar .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-divider-vertical, .uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-card-secondary.uk-card-body .uk-divider-vertical, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-vertical, .uk-overlay-primary .uk-divider-vertical, .uk-offcanvas-bar .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-list-muted > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-card-secondary.uk-card-body .uk-list-muted > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-muted > ::before, .uk-overlay-primary .uk-list-muted > ::before, .uk-offcanvas-bar .uk-list-muted > ::before {
  color: rgba(255, 255, 255, 0.5) !important;
}
.uk-light .uk-list-emphasis > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-card-secondary.uk-card-body .uk-list-emphasis > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-emphasis > ::before, .uk-overlay-primary .uk-list-emphasis > ::before, .uk-offcanvas-bar .uk-list-emphasis > ::before {
  color: #fff !important;
}
.uk-light .uk-list-primary > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-card-secondary.uk-card-body .uk-list-primary > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-primary > ::before, .uk-overlay-primary .uk-list-primary > ::before, .uk-offcanvas-bar .uk-list-primary > ::before {
  color: #fff !important;
}
.uk-light .uk-list-secondary > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-card-secondary.uk-card-body .uk-list-secondary > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-secondary > ::before, .uk-overlay-primary .uk-list-secondary > ::before, .uk-offcanvas-bar .uk-list-secondary > ::before {
  color: #fff !important;
}
.uk-light .uk-list-bullet > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-card-secondary.uk-card-body .uk-list-bullet > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-bullet > ::before, .uk-overlay-primary .uk-list-bullet > ::before, .uk-offcanvas-bar .uk-list-bullet > ::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-list-divider > :nth-child(n+2), .uk-section-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-card-secondary.uk-card-body .uk-list-divider > :nth-child(n+2), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2), .uk-overlay-primary .uk-list-divider > :nth-child(n+2), .uk-offcanvas-bar .uk-list-divider > :nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-list-striped > *:nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > *:nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > *:nth-of-type(odd), .uk-overlay-primary .uk-list-striped > *:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > *:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-list-striped > :nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd), .uk-overlay-primary .uk-list-striped > :nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > :nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
.uk-light .uk-icon-link, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-card-secondary.uk-card-body .uk-icon-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link, .uk-overlay-primary .uk-icon-link, .uk-offcanvas-bar .uk-icon-link {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-icon-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-card-secondary.uk-card-body .uk-icon-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:hover, .uk-overlay-primary .uk-icon-link:hover, .uk-offcanvas-bar .uk-icon-link:hover,
.uk-light .uk-icon-link:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-card-secondary.uk-card-body .uk-icon-link:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:focus,
.uk-overlay-primary .uk-icon-link:focus,
.uk-offcanvas-bar .uk-icon-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-icon-link:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-card-secondary.uk-card-body .uk-icon-link:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:active, .uk-overlay-primary .uk-icon-link:active, .uk-offcanvas-bar .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link,
.uk-overlay-primary .uk-active > .uk-icon-link,
.uk-offcanvas-bar .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-icon-button, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-card-secondary.uk-card-body .uk-icon-button, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button, .uk-overlay-primary .uk-icon-button, .uk-offcanvas-bar .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-icon-button:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-card-secondary.uk-card-body .uk-icon-button:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:hover, .uk-overlay-primary .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:hover,
.uk-light .uk-icon-button:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-card-secondary.uk-card-body .uk-icon-button:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:focus,
.uk-overlay-primary .uk-icon-button:focus,
.uk-offcanvas-bar .uk-icon-button:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-icon-button:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-card-secondary.uk-card-body .uk-icon-button:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:active, .uk-overlay-primary .uk-icon-button:active, .uk-offcanvas-bar .uk-icon-button:active {
  background-color: fadein(rgba(255, 255, 255, 0.1), 10%);
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-input, .uk-section-primary:not(.uk-preserve-color) .uk-input, .uk-section-secondary:not(.uk-preserve-color) .uk-input, .uk-tile-primary:not(.uk-preserve-color) .uk-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-input, .uk-card-secondary.uk-card-body .uk-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input, .uk-overlay-primary .uk-input, .uk-offcanvas-bar .uk-input,
.uk-light .uk-select,
.uk-section-primary:not(.uk-preserve-color) .uk-select,
.uk-section-secondary:not(.uk-preserve-color) .uk-select,
.uk-tile-primary:not(.uk-preserve-color) .uk-select,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select,
.uk-card-secondary.uk-card-body .uk-select,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select,
.uk-overlay-primary .uk-select,
.uk-offcanvas-bar .uk-select,
.uk-light .uk-textarea,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-card-secondary.uk-card-body .uk-textarea,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea,
.uk-overlay-primary .uk-textarea,
.uk-offcanvas-bar .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-card-secondary.uk-card-body .uk-input:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input:focus, .uk-overlay-primary .uk-input:focus, .uk-offcanvas-bar .uk-input:focus,
.uk-light .uk-select:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-card-secondary.uk-card-body .uk-select:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select:focus,
.uk-overlay-primary .uk-select:focus,
.uk-offcanvas-bar .uk-select:focus,
.uk-light .uk-textarea:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-card-secondary.uk-card-body .uk-textarea:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea:focus,
.uk-overlay-primary .uk-textarea:focus,
.uk-offcanvas-bar .uk-textarea:focus {
  background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-card-secondary.uk-card-body .uk-input::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input::placeholder, .uk-overlay-primary .uk-input::placeholder, .uk-offcanvas-bar .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-textarea::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-card-secondary.uk-card-body .uk-textarea::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::placeholder, .uk-overlay-primary .uk-textarea::placeholder, .uk-offcanvas-bar .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-select:not([multiple]):not([size]), .uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-secondary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]), .uk-overlay-primary .uk-select:not([multiple]):not([size]), .uk-offcanvas-bar .uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-input[list]:hover, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-card-secondary.uk-card-body .uk-input[list]:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:hover, .uk-overlay-primary .uk-input[list]:hover, .uk-offcanvas-bar .uk-input[list]:hover,
.uk-light .uk-input[list]:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-card-secondary.uk-card-body .uk-input[list]:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:focus,
.uk-overlay-primary .uk-input[list]:focus,
.uk-offcanvas-bar .uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-radio, .uk-section-primary:not(.uk-preserve-color) .uk-radio, .uk-section-secondary:not(.uk-preserve-color) .uk-radio, .uk-tile-primary:not(.uk-preserve-color) .uk-radio, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio, .uk-card-secondary.uk-card-body .uk-radio, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio, .uk-overlay-primary .uk-radio, .uk-offcanvas-bar .uk-radio,
.uk-light .uk-checkbox,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-card-secondary.uk-card-body .uk-checkbox,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox,
.uk-overlay-primary .uk-checkbox,
.uk-offcanvas-bar .uk-checkbox {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-radio:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:focus, .uk-card-secondary.uk-card-body .uk-radio:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:focus, .uk-overlay-primary .uk-radio:focus, .uk-offcanvas-bar .uk-radio:focus,
.uk-light .uk-checkbox:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:focus,
.uk-overlay-primary .uk-checkbox:focus,
.uk-offcanvas-bar .uk-checkbox:focus {
  border-color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-overlay-primary .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-offcanvas-bar .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-checkbox:indeterminate,
.uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-radio:checked:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-card-secondary.uk-card-body .uk-radio:checked:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked:focus, .uk-overlay-primary .uk-radio:checked:focus, .uk-offcanvas-bar .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus,
.uk-overlay-primary .uk-checkbox:checked:focus,
.uk-offcanvas-bar .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,
.uk-overlay-primary .uk-checkbox:indeterminate:focus,
.uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
  background-color: fadein(#fff, 10%);
}
.uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-overlay-primary .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23e1637a%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-checkbox:checked, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-card-secondary.uk-card-body .uk-checkbox:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked, .uk-overlay-primary .uk-checkbox:checked, .uk-offcanvas-bar .uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23e1637a%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-checkbox:indeterminate, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate, .uk-overlay-primary .uk-checkbox:indeterminate, .uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23e1637a%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-form-label, .uk-section-primary:not(.uk-preserve-color) .uk-form-label, .uk-section-secondary:not(.uk-preserve-color) .uk-form-label, .uk-tile-primary:not(.uk-preserve-color) .uk-form-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-label, .uk-card-secondary.uk-card-body .uk-form-label, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-label, .uk-overlay-primary .uk-form-label, .uk-offcanvas-bar .uk-form-label {
  color: #fff;
}
.uk-light .uk-form-icon, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-card-secondary.uk-card-body .uk-form-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon, .uk-overlay-primary .uk-form-icon, .uk-offcanvas-bar .uk-form-icon {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-form-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-card-secondary.uk-card-body .uk-form-icon:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon:hover, .uk-overlay-primary .uk-form-icon:hover, .uk-offcanvas-bar .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-button-default, .uk-section-primary:not(.uk-preserve-color) .uk-button-default, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default, .uk-card-secondary.uk-card-body .uk-button-default, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default, .uk-overlay-primary .uk-button-default, .uk-offcanvas-bar .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-button-default:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-card-secondary.uk-card-body .uk-button-default:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:hover, .uk-overlay-primary .uk-button-default:hover, .uk-offcanvas-bar .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:focus,
.uk-offcanvas-bar .uk-button-default:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.uk-light .uk-button-default:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-card-secondary.uk-card-body .uk-button-default:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:active, .uk-overlay-primary .uk-button-default:active, .uk-offcanvas-bar .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default.uk-active,
.uk-offcanvas-bar .uk-button-default.uk-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.uk-light .uk-button-primary, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary, .uk-overlay-primary .uk-button-primary, .uk-offcanvas-bar .uk-button-primary {
  background-color: #fff;
  color: #e1637a;
}
.uk-light .uk-button-primary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-card-secondary.uk-card-body .uk-button-primary:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:hover, .uk-overlay-primary .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:focus,
.uk-offcanvas-bar .uk-button-primary:focus {
  background-color: #f2f2f2;
  color: #e1637a;
}
.uk-light .uk-button-primary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-card-secondary.uk-card-body .uk-button-primary:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:active, .uk-overlay-primary .uk-button-primary:active, .uk-offcanvas-bar .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary.uk-active,
.uk-offcanvas-bar .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #e1637a;
}
.uk-light .uk-button-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-card-secondary.uk-card-body .uk-button-secondary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary, .uk-overlay-primary .uk-button-secondary, .uk-offcanvas-bar .uk-button-secondary {
  background-color: #fff;
  color: #e1637a;
}
.uk-light .uk-button-secondary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-card-secondary.uk-card-body .uk-button-secondary:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:hover, .uk-overlay-primary .uk-button-secondary:hover, .uk-offcanvas-bar .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:focus,
.uk-offcanvas-bar .uk-button-secondary:focus {
  background-color: #f2f2f2;
  color: #e1637a;
}
.uk-light .uk-button-secondary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-card-secondary.uk-card-body .uk-button-secondary:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:active, .uk-overlay-primary .uk-button-secondary:active, .uk-offcanvas-bar .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.uk-offcanvas-bar .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #e1637a;
}
.uk-light .uk-button-text, .uk-section-primary:not(.uk-preserve-color) .uk-button-text, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text, .uk-card-secondary.uk-card-body .uk-button-text, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text, .uk-overlay-primary .uk-button-text, .uk-offcanvas-bar .uk-button-text {
  color: #fff;
}
.uk-light .uk-button-text::before, .uk-section-primary:not(.uk-preserve-color) .uk-button-text::before, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text::before, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text::before, .uk-card-secondary.uk-card-body .uk-button-text::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text::before, .uk-overlay-primary .uk-button-text::before, .uk-offcanvas-bar .uk-button-text::before {
  border-bottom-color: #fff;
}
.uk-light .uk-button-text:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-card-secondary.uk-card-body .uk-button-text:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:hover, .uk-overlay-primary .uk-button-text:hover, .uk-offcanvas-bar .uk-button-text:hover,
.uk-light .uk-button-text:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-card-secondary.uk-card-body .uk-button-text:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:focus,
.uk-overlay-primary .uk-button-text:focus,
.uk-offcanvas-bar .uk-button-text:focus {
  color: #fff;
}
.uk-light .uk-button-text:disabled, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-card-secondary.uk-card-body .uk-button-text:disabled, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:disabled, .uk-overlay-primary .uk-button-text:disabled, .uk-offcanvas-bar .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-button-link, .uk-section-primary:not(.uk-preserve-color) .uk-button-link, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link, .uk-card-secondary.uk-card-body .uk-button-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link, .uk-overlay-primary .uk-button-link, .uk-offcanvas-bar .uk-button-link {
  color: #fff;
}
.uk-light .uk-button-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-card-secondary.uk-card-body .uk-button-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link:hover, .uk-overlay-primary .uk-button-link:hover, .uk-offcanvas-bar .uk-button-link:hover,
.uk-light .uk-button-link:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-card-secondary.uk-card-body .uk-button-link:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link:focus,
.uk-overlay-primary .uk-button-link:focus,
.uk-offcanvas-bar .uk-button-link:focus {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before, .uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before, .uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-close, .uk-section-primary:not(.uk-preserve-color) .uk-close, .uk-section-secondary:not(.uk-preserve-color) .uk-close, .uk-tile-primary:not(.uk-preserve-color) .uk-close, .uk-tile-secondary:not(.uk-preserve-color) .uk-close, .uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close, .uk-overlay-primary .uk-close, .uk-offcanvas-bar .uk-close {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-close:hover, .uk-section-primary:not(.uk-preserve-color) .uk-close:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-card-secondary.uk-card-body .uk-close:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close:hover, .uk-overlay-primary .uk-close:hover, .uk-offcanvas-bar .uk-close:hover,
.uk-light .uk-close:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-close:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-close:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-close:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close:focus,
.uk-card-secondary.uk-card-body .uk-close:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-close:focus,
.uk-overlay-primary .uk-close:focus,
.uk-offcanvas-bar .uk-close:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-totop, .uk-section-primary:not(.uk-preserve-color) .uk-totop, .uk-section-secondary:not(.uk-preserve-color) .uk-totop, .uk-tile-primary:not(.uk-preserve-color) .uk-totop, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop, .uk-card-secondary.uk-card-body .uk-totop, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop, .uk-overlay-primary .uk-totop, .uk-offcanvas-bar .uk-totop {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-totop:hover, .uk-section-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-card-secondary.uk-card-body .uk-totop:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:hover, .uk-overlay-primary .uk-totop:hover, .uk-offcanvas-bar .uk-totop:hover,
.uk-light .uk-totop:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:focus,
.uk-card-secondary.uk-card-body .uk-totop:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:focus,
.uk-overlay-primary .uk-totop:focus,
.uk-offcanvas-bar .uk-totop:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-totop:active, .uk-section-primary:not(.uk-preserve-color) .uk-totop:active, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-card-secondary.uk-card-body .uk-totop:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:active, .uk-overlay-primary .uk-totop:active, .uk-offcanvas-bar .uk-totop:active {
  color: #fff;
}
.uk-light .uk-badge, .uk-section-primary:not(.uk-preserve-color) .uk-badge, .uk-section-secondary:not(.uk-preserve-color) .uk-badge, .uk-tile-primary:not(.uk-preserve-color) .uk-badge, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge, .uk-card-secondary.uk-card-body .uk-badge, .uk-card-secondary > :not([class*=uk-card-media]) .uk-badge, .uk-overlay-primary .uk-badge, .uk-offcanvas-bar .uk-badge {
  background-color: #fff;
  color: #e1637a;
}
.uk-light .uk-badge:hover, .uk-section-primary:not(.uk-preserve-color) .uk-badge:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-badge:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-badge:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge:hover, .uk-card-secondary.uk-card-body .uk-badge:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-badge:hover, .uk-overlay-primary .uk-badge:hover, .uk-offcanvas-bar .uk-badge:hover,
.uk-light .uk-badge:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-badge:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge:focus,
.uk-card-secondary.uk-card-body .uk-badge:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-badge:focus,
.uk-overlay-primary .uk-badge:focus,
.uk-offcanvas-bar .uk-badge:focus {
  color: #e1637a;
}
.uk-light .uk-label, .uk-section-primary:not(.uk-preserve-color) .uk-label, .uk-section-secondary:not(.uk-preserve-color) .uk-label, .uk-tile-primary:not(.uk-preserve-color) .uk-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-label, .uk-card-secondary.uk-card-body .uk-label, .uk-card-secondary > :not([class*=uk-card-media]) .uk-label, .uk-overlay-primary .uk-label, .uk-offcanvas-bar .uk-label {
  background-color: #fff;
  color: #e1637a;
}
.uk-light .uk-article-meta, .uk-section-primary:not(.uk-preserve-color) .uk-article-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-card-secondary.uk-card-body .uk-article-meta, .uk-card-secondary > :not([class*=uk-card-media]) .uk-article-meta, .uk-overlay-primary .uk-article-meta, .uk-offcanvas-bar .uk-article-meta {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input, .uk-overlay-primary .uk-search-input, .uk-offcanvas-bar .uk-search-input {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-search-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-card-secondary.uk-card-body .uk-search-input::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input::placeholder, .uk-overlay-primary .uk-search-input::placeholder, .uk-offcanvas-bar .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search .uk-search-icon, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon, .uk-overlay-primary .uk-search .uk-search-icon, .uk-offcanvas-bar .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search .uk-search-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover, .uk-overlay-primary .uk-search .uk-search-icon:hover, .uk-offcanvas-bar .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search-default .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input, .uk-overlay-primary .uk-search-default .uk-search-input, .uk-offcanvas-bar .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-search-default .uk-search-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus, .uk-overlay-primary .uk-search-default .uk-search-input:focus, .uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
  background-color: fadein(transparent, 5%);
}
.uk-light .uk-search-navbar .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input, .uk-overlay-primary .uk-search-navbar .uk-search-input, .uk-offcanvas-bar .uk-search-navbar .uk-search-input {
  background-color: transparent;
}
.uk-light .uk-search-large .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-large .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input, .uk-overlay-primary .uk-search-large .uk-search-input, .uk-offcanvas-bar .uk-search-large .uk-search-input {
  background-color: transparent;
}
.uk-light .uk-search-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-card-secondary.uk-card-body .uk-search-toggle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle, .uk-overlay-primary .uk-search-toggle, .uk-offcanvas-bar .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-card-secondary.uk-card-body .uk-search-toggle:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle:hover, .uk-overlay-primary .uk-search-toggle:hover, .uk-offcanvas-bar .uk-search-toggle:hover,
.uk-light .uk-search-toggle:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-card-secondary.uk-card-body .uk-search-toggle:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle:focus,
.uk-overlay-primary .uk-search-toggle:focus,
.uk-offcanvas-bar .uk-search-toggle:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-parent-icon > .uk-parent > a::after, .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent > a::after, .uk-overlay-primary .uk-nav-parent-icon > .uk-parent > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-overlay-primary .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-nav-default > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a, .uk-overlay-primary .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-default > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .uk-overlay-primary .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.uk-offcanvas-bar .uk-nav-default > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-default > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a, .uk-overlay-primary .uk-nav-default > li.uk-active > a, .uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
  color: #fff;
}
.uk-light .uk-nav-default .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header, .uk-overlay-primary .uk-nav-default .uk-nav-header, .uk-offcanvas-bar .uk-nav-default .uk-nav-header {
  color: #fff;
}
.uk-light .uk-nav-default .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider, .uk-overlay-primary .uk-nav-default .uk-nav-divider, .uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-nav-default .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a, .uk-overlay-primary .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
.uk-light .uk-nav-default .uk-nav-sub a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:focus,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a:focus,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff;
}
.uk-light .uk-nav-primary > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a, .uk-overlay-primary .uk-nav-primary > li > a, .uk-offcanvas-bar .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-primary > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover, .uk-overlay-primary .uk-nav-primary > li > a:hover, .uk-offcanvas-bar .uk-nav-primary > li > a:hover,
.uk-light .uk-nav-primary > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:focus,
.uk-overlay-primary .uk-nav-primary > li > a:focus,
.uk-offcanvas-bar .uk-nav-primary > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-primary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a, .uk-overlay-primary .uk-nav-primary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary > li.uk-active > a {
  color: #fff;
}
.uk-light .uk-nav-primary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header, .uk-overlay-primary .uk-nav-primary .uk-nav-header, .uk-offcanvas-bar .uk-nav-primary .uk-nav-header {
  color: #fff;
}
.uk-light .uk-nav-primary .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider, .uk-overlay-primary .uk-nav-primary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-nav-primary .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover,
.uk-light .uk-nav-primary .uk-nav-sub a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:focus,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:focus,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff;
}
.uk-light .uk-navbar-nav > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a, .uk-overlay-primary .uk-navbar-nav > li > a, .uk-offcanvas-bar .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-navbar-nav > li:hover > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a, .uk-overlay-primary .uk-navbar-nav > li:hover > a, .uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-offcanvas-bar .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-navbar-nav > li > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active, .uk-overlay-primary .uk-navbar-nav > li > a:active, .uk-offcanvas-bar .uk-navbar-nav > li > a:active {
  color: #fff;
}
.uk-light .uk-navbar-nav > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a, .uk-overlay-primary .uk-navbar-nav > li.uk-active > a, .uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}
.uk-light .uk-navbar-item, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-card-secondary.uk-card-body .uk-navbar-item, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-item, .uk-overlay-primary .uk-navbar-item, .uk-offcanvas-bar .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-navbar-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-card-secondary.uk-card-body .uk-navbar-toggle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle, .uk-overlay-primary .uk-navbar-toggle, .uk-offcanvas-bar .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-navbar-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-card-secondary.uk-card-body .uk-navbar-toggle:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover, .uk-overlay-primary .uk-navbar-toggle:hover, .uk-offcanvas-bar .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-card-secondary.uk-card-body .uk-navbar-toggle:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle:focus,
.uk-overlay-primary .uk-navbar-toggle:focus,
.uk-offcanvas-bar .uk-navbar-toggle:focus,
.uk-light .uk-navbar-toggle.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-toggle.uk-open,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle.uk-open,
.uk-overlay-primary .uk-navbar-toggle.uk-open,
.uk-offcanvas-bar .uk-navbar-toggle.uk-open {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-subnav > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav > * > :first-child, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child, .uk-overlay-primary .uk-subnav > * > :first-child, .uk-offcanvas-bar .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-subnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover, .uk-overlay-primary .uk-subnav > * > a:hover, .uk-offcanvas-bar .uk-subnav > * > a:hover,
.uk-light .uk-subnav > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-card-secondary.uk-card-body .uk-subnav > * > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > a:focus,
.uk-overlay-primary .uk-subnav > * > a:focus,
.uk-offcanvas-bar .uk-subnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-subnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a, .uk-overlay-primary .uk-subnav > .uk-active > a, .uk-offcanvas-bar .uk-subnav > .uk-active > a {
  color: #fff;
}
.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-subnav-pill > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child, .uk-overlay-primary .uk-subnav-pill > * > :first-child, .uk-offcanvas-bar .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-subnav-pill > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover, .uk-overlay-primary .uk-subnav-pill > * > a:hover, .uk-offcanvas-bar .uk-subnav-pill > * > a:hover,
.uk-light .uk-subnav-pill > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:focus,
.uk-overlay-primary .uk-subnav-pill > * > a:focus,
.uk-offcanvas-bar .uk-subnav-pill > * > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-subnav-pill > * > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active, .uk-overlay-primary .uk-subnav-pill > * > a:active, .uk-offcanvas-bar .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-subnav-pill > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a, .uk-overlay-primary .uk-subnav-pill > .uk-active > a, .uk-offcanvas-bar .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #e1637a;
}
.uk-light .uk-subnav > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a, .uk-overlay-primary .uk-subnav > .uk-disabled > a, .uk-offcanvas-bar .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-breadcrumb > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *, .uk-overlay-primary .uk-breadcrumb > * > *, .uk-offcanvas-bar .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-breadcrumb > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover, .uk-overlay-primary .uk-breadcrumb > * > :hover, .uk-offcanvas-bar .uk-breadcrumb > * > :hover,
.uk-light .uk-breadcrumb > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :focus,
.uk-overlay-primary .uk-breadcrumb > * > :focus,
.uk-offcanvas-bar .uk-breadcrumb > * > :focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-breadcrumb > :last-child > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *, .uk-overlay-primary .uk-breadcrumb > :last-child > *, .uk-offcanvas-bar .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-pagination > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-card-secondary.uk-card-body .uk-pagination > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > *, .uk-overlay-primary .uk-pagination > * > *, .uk-offcanvas-bar .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-pagination > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-card-secondary.uk-card-body .uk-pagination > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > :hover, .uk-overlay-primary .uk-pagination > * > :hover, .uk-offcanvas-bar .uk-pagination > * > :hover,
.uk-light .uk-pagination > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-card-secondary.uk-card-body .uk-pagination > * > :focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > :focus,
.uk-overlay-primary .uk-pagination > * > :focus,
.uk-offcanvas-bar .uk-pagination > * > :focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-pagination > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *, .uk-overlay-primary .uk-pagination > .uk-active > *, .uk-offcanvas-bar .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-pagination > .uk-disabled > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *, .uk-overlay-primary .uk-pagination > .uk-disabled > *, .uk-offcanvas-bar .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-tab::before, .uk-section-primary:not(.uk-preserve-color) .uk-tab::before, .uk-section-secondary:not(.uk-preserve-color) .uk-tab::before, .uk-tile-primary:not(.uk-preserve-color) .uk-tab::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab::before, .uk-card-secondary.uk-card-body .uk-tab::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab::before, .uk-overlay-primary .uk-tab::before, .uk-offcanvas-bar .uk-tab::before {
  border-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-tab > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-card-secondary.uk-card-body .uk-tab > * > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a, .uk-overlay-primary .uk-tab > * > a, .uk-offcanvas-bar .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-tab > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-card-secondary.uk-card-body .uk-tab > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a:hover, .uk-overlay-primary .uk-tab > * > a:hover, .uk-offcanvas-bar .uk-tab > * > a:hover,
.uk-light .uk-tab > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-card-secondary.uk-card-body .uk-tab > * > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a:focus,
.uk-overlay-primary .uk-tab > * > a:focus,
.uk-offcanvas-bar .uk-tab > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-tab > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a, .uk-overlay-primary .uk-tab > .uk-active > a, .uk-offcanvas-bar .uk-tab > .uk-active > a {
  color: #fff;
  border-color: #fff;
}
.uk-light .uk-tab > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a, .uk-overlay-primary .uk-tab > .uk-disabled > a, .uk-offcanvas-bar .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-slidenav, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav, .uk-overlay-primary .uk-slidenav, .uk-offcanvas-bar .uk-slidenav {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-slidenav:hover, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-card-secondary.uk-card-body .uk-slidenav:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:hover, .uk-overlay-primary .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:hover,
.uk-light .uk-slidenav:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-card-secondary.uk-card-body .uk-slidenav:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:focus,
.uk-overlay-primary .uk-slidenav:focus,
.uk-offcanvas-bar .uk-slidenav:focus {
  color: rgba(255, 255, 255, 0.95);
}
.uk-light .uk-slidenav:active, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-card-secondary.uk-card-body .uk-slidenav:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:active, .uk-overlay-primary .uk-slidenav:active, .uk-offcanvas-bar .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-dotnav > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-card-secondary.uk-card-body .uk-dotnav > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > *, .uk-overlay-primary .uk-dotnav > * > *, .uk-offcanvas-bar .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}
.uk-light .uk-dotnav > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-card-secondary.uk-card-body .uk-dotnav > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover, .uk-overlay-primary .uk-dotnav > * > :hover, .uk-offcanvas-bar .uk-dotnav > * > :hover,
.uk-light .uk-dotnav > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :focus,
.uk-overlay-primary .uk-dotnav > * > :focus,
.uk-offcanvas-bar .uk-dotnav > * > :focus {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}
.uk-light .uk-dotnav > * > :active, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-card-secondary.uk-card-body .uk-dotnav > * > :active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :active, .uk-overlay-primary .uk-dotnav > * > :active, .uk-offcanvas-bar .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}
.uk-light .uk-dotnav > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *, .uk-overlay-primary .uk-dotnav > .uk-active > *, .uk-offcanvas-bar .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}
.uk-light .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-card-secondary.uk-card-body .uk-accordion-title::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title::before, .uk-overlay-primary .uk-accordion-title::before, .uk-offcanvas-bar .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-open > .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-tile-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-card-secondary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before, .uk-overlay-primary .uk-open > .uk-accordion-title::before, .uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-iconnav > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-card-secondary.uk-card-body .uk-iconnav > * > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a, .uk-overlay-primary .uk-iconnav > * > a, .uk-offcanvas-bar .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-iconnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover, .uk-overlay-primary .uk-iconnav > * > a:hover, .uk-offcanvas-bar .uk-iconnav > * > a:hover,
.uk-light .uk-iconnav > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a:focus,
.uk-overlay-primary .uk-iconnav > * > a:focus,
.uk-offcanvas-bar .uk-iconnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-iconnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a, .uk-overlay-primary .uk-iconnav > .uk-active > a, .uk-offcanvas-bar .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-text-lead, .uk-section-primary:not(.uk-preserve-color) .uk-text-lead, .uk-section-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-primary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-card-secondary.uk-card-body .uk-text-lead, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-lead, .uk-overlay-primary .uk-text-lead, .uk-offcanvas-bar .uk-text-lead {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-text-meta, .uk-section-primary:not(.uk-preserve-color) .uk-text-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-card-secondary.uk-card-body .uk-text-meta, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-meta, .uk-overlay-primary .uk-text-meta, .uk-offcanvas-bar .uk-text-meta {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-muted, .uk-overlay-primary .uk-text-muted, .uk-offcanvas-bar .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}
.uk-light .uk-text-emphasis, .uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-card-secondary.uk-card-body .uk-text-emphasis, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-emphasis, .uk-overlay-primary .uk-text-emphasis, .uk-offcanvas-bar .uk-text-emphasis {
  color: #fff !important;
}
.uk-light .uk-text-primary, .uk-section-primary:not(.uk-preserve-color) .uk-text-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-card-secondary.uk-card-body .uk-text-primary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-primary, .uk-overlay-primary .uk-text-primary, .uk-offcanvas-bar .uk-text-primary {
  color: #fff !important;
}
.uk-light .uk-text-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-card-secondary.uk-card-body .uk-text-secondary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-secondary, .uk-overlay-primary .uk-text-secondary, .uk-offcanvas-bar .uk-text-secondary {
  color: #fff !important;
}
.uk-light .uk-column-divider, .uk-section-primary:not(.uk-preserve-color) .uk-column-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-card-secondary.uk-card-body .uk-column-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-column-divider, .uk-overlay-primary .uk-column-divider, .uk-offcanvas-bar .uk-column-divider {
  column-rule-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-logo, .uk-section-primary:not(.uk-preserve-color) .uk-logo, .uk-section-secondary:not(.uk-preserve-color) .uk-logo, .uk-tile-primary:not(.uk-preserve-color) .uk-logo, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo, .uk-card-secondary.uk-card-body .uk-logo, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo, .uk-overlay-primary .uk-logo, .uk-offcanvas-bar .uk-logo {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-logo:hover, .uk-section-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-card-secondary.uk-card-body .uk-logo:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:hover, .uk-overlay-primary .uk-logo:hover, .uk-offcanvas-bar .uk-logo:hover,
.uk-light .uk-logo:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-logo:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:focus,
.uk-card-secondary.uk-card-body .uk-logo:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:focus,
.uk-overlay-primary .uk-logo:focus,
.uk-offcanvas-bar .uk-logo:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-section-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-section-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-tile-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-tile-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-secondary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-overlay-primary .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-offcanvas-bar .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}
.uk-light .uk-logo-inverse, .uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-card-secondary.uk-card-body .uk-logo-inverse, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo-inverse, .uk-overlay-primary .uk-logo-inverse, .uk-offcanvas-bar .uk-logo-inverse {
  display: inline;
}

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body, html {
  min-height: 100vh;
  font-size: 15px !important;
}
body *, html * {
  font-family: "Montserrat", sans-serif !important;
}

a {
  text-decoration: none !important;
  color: #b77cd5;
}

p {
  color: #392E48;
  margin: 0;
  line-height: 120%;
  font-size: 1em;
}
p.dark {
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

.interaction-buttons {
  display: flex;
  justify-content: flex-end;
  padding: 5px;
  margin-bottom: 20px;
}
.interaction-buttons button {
  margin: 5px;
}

.secondary-buttons {
  list-style: none;
}
.secondary-buttons li {
  margin: 0;
  color: #392E48;
  font-size: 1em;
}
.secondary-buttons li.dark {
  color: #ffffff;
}

.title-container-slider {
  padding: 10px;
}
.title-container-slider h4 {
  color: #392E48;
}
.title-container-slider h4.dark {
  color: #ffffff;
}

.title-container {
  padding: 0 15px;
  margin-top: 15px;
}
.title-container h1 {
  color: #392E48;
  font-size: 1.3em;
}
.title-container h1.dark {
  color: #ffffff;
}
.title-container .uk-divider-small {
  margin-bottom: 20px;
}

.title-buttons-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "title-buttons-container" "title-buttons-elements";
  padding: 0 15px;
  margin-top: 15px;
}
.title-buttons-container h1 {
  color: #392E48;
  font-size: 1.3em;
}
.title-buttons-container h1.dark {
  color: #ffffff;
}
.title-buttons-container .uk-divider-small {
  margin-bottom: 20px;
}

.title-buttons-container {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title-buttons-container;
  grid-column: 1/2;
  grid-row: 1/2;
}

.title-buttons-elements {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: title-buttons-elements;
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.title-buttons-elements p {
  color: #fafafa;
}
.title-buttons-elements p.dark {
  color: #e1637a;
}

.uk-modal {
  z-index: 1030 !important;
}

.small-line, .small-line-button {
  display: inline-block;
  width: 25px !important;
  height: 5px;
  left: 10px;
  top: 50%;
  border-radius: 50px;
  margin-left: auto;
}

.transparent-button {
  padding: 7px 25px;
  background-color: rgba(192, 192, 192, 0.3);
  font-size: 0.9em;
  color: #320946;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #320946;
  cursor: pointer;
}
.transparent-button.dark {
  background-color: rgba(50, 9, 70, 0.3);
  color: #BB86FC;
  border: 1px solid #BB86FC;
}

.full-button {
  padding: 7px 25px;
  background-color: #BB86FC;
  font-size: 0.9em;
  color: #320946;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #BB86FC;
  cursor: pointer;
}
.full-button.dark {
  background-color: #BB86FC;
  color: #320946;
  border: 1px solid #BB86FC;
}

.buscar-button {
  padding: 7px 20px;
  background-color: #e1637a;
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  border: transparent;
  width: 100%;
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.buscar-button.dark {
  color: #ffffff;
  background-color: #e1637a;
}

.small-line-button {
  position: absolute;
}

.small-line {
  margin-right: 10px;
}

.uk-category-title {
  padding: 10px 15px 0 15px;
}
.uk-category-title h2 {
  color: #320946;
  font-size: 1.2em;
  margin: 0 0 10px 0;
}
.uk-category-title h2.dark {
  color: #BB86FC;
}

.uk-title {
  padding: 10px 15px 0 15px;
}
.uk-title h2 {
  color: #392E48;
  font-size: 1.2em;
  margin: 0 0 5px 0;
}
.uk-title h2.dark {
  color: #ffffff;
}
.uk-title .uk-divider-small {
  margin: 5px 0;
}
.uk-title h3 {
  color: #392E48;
  margin: 5px 0;
  font-size: 0.7em;
}
.uk-title h3.dark {
  color: #ffffff;
}

.fecha-card {
  text-align: right;
  font-size: 0.9rem;
  color: #fafafa;
}
.fecha-card.dark {
  color: #e1637a;
}

.uk-icon.light {
  color: #392E48;
}
.uk-icon.dark {
  color: #ffffff;
}

.left-button {
  height: 80px;
  max-width: 40px;
  border: 1px solid #fafafa;
  background-color: transparent;
  border-radius: 8px 0 0 8px;
  color: #392E48;
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.left-button.dark {
  color: #ffffff;
  border: 1px solid #e1637a;
}

.left-button:hover {
  background-color: #fafafa;
}
.left-button:hover.dark {
  background-color: #e1637a;
}

.right-button {
  height: 80px;
  max-width: 40px;
  border: 1px solid #fafafa;
  background-color: transparent;
  border-radius: 0 8px 8px 0;
  color: #392E48;
  cursor: pointer;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}
.right-button.dark {
  color: #ffffff;
  border: 1px solid #e1637a;
}

.right-button:hover {
  background-color: #fafafa;
}
.right-button:hover.dark {
  background-color: #e1637a;
}

.circle {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #fafafa;
}
.circle.dark {
  background-color: #e1637a;
}

.uk-progress {
  background-color: #ececec;
}
.uk-progress.dark {
  background-color: #1b192c;
}

.uk-progress::-moz-progress-bar {
  background-color: #27e256;
}

#icono-mini .icon-mini-1 {
  fill: #320946 !important;
}
#icono-mini .icon-mini-1.dark {
  fill: #ffffff !important;
}
#icono-mini .icon-mini-2 {
  fill: #320946 !important;
}
#icono-mini .icon-mini-2.dark {
  fill: #ffffff !important;
}
#icono-mini .icon-mini-3 {
  fill: #320946 !important;
}
#icono-mini .icon-mini-3.dark {
  fill: #ffffff !important;
}

#logo-jaframia #letra-j {
  fill: #490e67;
}
#logo-jaframia #letra-j.dark {
  fill: #ffffff;
}
#logo-jaframia #letra-a {
  fill: #490e67;
}
#logo-jaframia #letra-a.dark {
  fill: #ffffff;
}
#logo-jaframia #letra-f {
  fill: #490e67;
}
#logo-jaframia #letra-f.dark {
  fill: #ffffff;
}
#logo-jaframia #letra-r {
  fill: #490e67;
}
#logo-jaframia #letra-r.dark {
  fill: #ffffff;
}
#logo-jaframia #letra-a-2 {
  fill: #490e67;
}
#logo-jaframia #letra-a-2.dark {
  fill: #ffffff;
}
#logo-jaframia #letra-m {
  fill: #c10230;
}
#logo-jaframia #letra-m.dark {
  fill: #ffffff;
}
#logo-jaframia #letra-i {
  fill: #c10230;
}
#logo-jaframia #letra-i.dark {
  fill: #ffffff;
}
#logo-jaframia #letra-a-3 {
  fill: #c10230;
}
#logo-jaframia #letra-a-3.dark {
  fill: #ffffff;
}
#logo-jaframia #cabeza {
  fill: #8449a2;
}
#logo-jaframia #cabeza.dark {
  fill: #ffffff;
}
#logo-jaframia #cuerpo {
  fill: #743992;
}
#logo-jaframia #cuerpo.dark {
  fill: #ffffff;
}
#logo-jaframia #brazo-izquierdo {
  fill: #b77cd5;
}
#logo-jaframia #brazo-izquierdo.dark {
  fill: #ffffff;
}
#logo-jaframia #brazo-derecho {
  fill: #b77cd5;
}
#logo-jaframia #brazo-derecho.dark {
  fill: #ffffff;
}
#logo-jaframia #burbuja {
  fill: #7d429b;
}
#logo-jaframia #burbuja.dark {
  fill: #ffffff;
}

#logo-aprendizaje #letra-j-aprendizaje {
  fill: #490e67;
}
#logo-aprendizaje #letra-j-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #letra-a-aprendizaje {
  fill: #490e67;
}
#logo-aprendizaje #letra-a-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #letra-f-aprendizaje {
  fill: #490e67;
}
#logo-aprendizaje #letra-f-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #letra-r-aprendizaje {
  fill: #490e67;
}
#logo-aprendizaje #letra-r-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #letra-a-2-aprendizaje {
  fill: #490e67;
}
#logo-aprendizaje #letra-a-2-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #letra-m-aprendizaje {
  fill: #c10230;
}
#logo-aprendizaje #letra-m-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #letra-i-aprendizaje {
  fill: #c10230;
}
#logo-aprendizaje #letra-i-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #letra-a-3-aprendizaje {
  fill: #c10230;
}
#logo-aprendizaje #letra-a-3-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #cabeza-aprendizaje {
  fill: #8449a2;
}
#logo-aprendizaje #cabeza-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #cuerpo-aprendizaje {
  fill: #743992;
}
#logo-aprendizaje #cuerpo-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #brazo-izquierdo-aprendizaje {
  fill: #b77cd5;
}
#logo-aprendizaje #brazo-izquierdo-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #brazo-derecho-aprendizaje {
  fill: #b77cd5;
}
#logo-aprendizaje #brazo-derecho-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #burbuja-aprendizaje {
  fill: #7d429b;
}
#logo-aprendizaje #burbuja-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #icono-logo-aprendizaje #cuerpo-aprendizaje {
  fill: #743992;
}
#logo-aprendizaje #icono-logo-aprendizaje #cuerpo-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #icono-logo-aprendizaje #cabeza-aprendizaje {
  fill: #7b4099;
}
#logo-aprendizaje #icono-logo-aprendizaje #cabeza-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #icono-logo-aprendizaje #brazo-derecho-aprendizaje {
  fill: #b77cd5;
}
#logo-aprendizaje #icono-logo-aprendizaje #brazo-derecho-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #icono-logo-aprendizaje #brazo-izquierdo-aprendizaje {
  fill: #b77cd5;
}
#logo-aprendizaje #icono-logo-aprendizaje #brazo-izquierdo-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #icono-logo-aprendizaje #burbuja-logo-aprendizaje {
  fill: #7b4099;
}
#logo-aprendizaje #icono-logo-aprendizaje #burbuja-logo-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #icono-logo-aprendizaje #birrete1-aprendizaje {
  fill: #7b4099;
}
#logo-aprendizaje #icono-logo-aprendizaje #birrete1-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #icono-logo-aprendizaje #birrete2-aprendizaje {
  fill: #7b4099;
}
#logo-aprendizaje #icono-logo-aprendizaje #birrete2-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #icono-logo-aprendizaje #birrete3-aprendizaje {
  fill: #7b4099;
}
#logo-aprendizaje #icono-logo-aprendizaje #birrete3-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #icono-logo-aprendizaje #birrete4-aprendizaje {
  fill: #7b4099;
}
#logo-aprendizaje #icono-logo-aprendizaje #birrete4-aprendizaje.dark {
  fill: #ffffff;
}
#logo-aprendizaje #icono-logo-aprendizaje #birrete5-aprendizaje {
  fill: #7b4099;
}
#logo-aprendizaje #icono-logo-aprendizaje #birrete5-aprendizaje.dark {
  fill: #ffffff;
}

#icono-jaframia #cuerpo-icono-jaframia {
  fill: #743992;
}
#icono-jaframia #cuerpo-icono-jaframia.dark {
  fill: #ffffff;
}
#icono-jaframia #cabeza-icono-jaframia {
  fill: #7b4099;
}
#icono-jaframia #cabeza-icono-jaframia.dark {
  fill: #ffffff;
}
#icono-jaframia #brazo-derecho-icono-jaframia {
  fill: #b77cd5;
}
#icono-jaframia #brazo-derecho-icono-jaframia.dark {
  fill: #ffffff;
}
#icono-jaframia #brazo-izquierdo-icono-jaframia {
  fill: #b77cd5;
}
#icono-jaframia #brazo-izquierdo-icono-jaframia.dark {
  fill: #ffffff;
}
#icono-jaframia #burbuja-icono-jaframia {
  fill: #7b4099;
}
#icono-jaframia #burbuja-icono-jaframia.dark {
  fill: #ffffff;
}

#icono-aprendizaje #cuerpo-icono-aprendizaje {
  fill: #743992;
}
#icono-aprendizaje #cuerpo-icono-aprendizaje.dark {
  fill: #ffffff;
}
#icono-aprendizaje #cabeza-icono-aprendizaje {
  fill: #7b4099;
}
#icono-aprendizaje #cabeza-icono-aprendizaje.dark {
  fill: #ffffff;
}
#icono-aprendizaje #brazo-derecho-icono-aprendizaje {
  fill: #b77cd5;
}
#icono-aprendizaje #brazo-derecho-icono-aprendizaje.dark {
  fill: #ffffff;
}
#icono-aprendizaje #brazo-izquierdo-icono-aprendizaje {
  fill: #b77cd5;
}
#icono-aprendizaje #brazo-izquierdo-icono-aprendizaje.dark {
  fill: #ffffff;
}
#icono-aprendizaje #burbuja-icono-aprendizaje {
  fill: #7b4099;
}
#icono-aprendizaje #burbuja-icono-aprendizaje.dark {
  fill: #ffffff;
}
#icono-aprendizaje #birrete1 {
  fill: #7b4099;
}
#icono-aprendizaje #birrete1.dark {
  fill: #ffffff;
}
#icono-aprendizaje #birrete2 {
  fill: #7b4099;
}
#icono-aprendizaje #birrete2.dark {
  fill: #ffffff;
}
#icono-aprendizaje #birrete3 {
  fill: #7b4099;
}
#icono-aprendizaje #birrete3.dark {
  fill: #ffffff;
}
#icono-aprendizaje #birrete4 {
  fill: #7b4099;
}
#icono-aprendizaje #birrete4.dark {
  fill: #ffffff;
}
#icono-aprendizaje #birrete5 {
  fill: #7b4099;
}
#icono-aprendizaje #birrete5.dark {
  fill: #ffffff;
}

#icono-login #cuerpo-icono-login {
  fill: #743992;
}
#icono-login #cuerpo-icono-login.dark {
  fill: #ffffff;
}
#icono-login #cabeza-icono-login {
  fill: #7b4099;
}
#icono-login #cabeza-icono-login.dark {
  fill: #ffffff;
}
#icono-login #brazo-derecho-login {
  fill: #b77cd5;
}
#icono-login #brazo-derecho-login.dark {
  fill: #ffffff;
}
#icono-login #brazo-izquierdo-login {
  fill: #b77cd5;
}
#icono-login #brazo-izquierdo-login.dark {
  fill: #ffffff;
}
#icono-login #burbuja-login {
  fill: #7b4099;
}
#icono-login #burbuja-login.dark {
  fill: #ffffff;
}

.redes-flotantes {
  position: absolute;
  top: 45%;
  left: 0;
  background-color: #BB86FC;
  padding: 10px 5px;
  border-radius: 0 5px 5px 0;
}
.redes-flotantes.dark {
  background-color: #320946;
}

.circulo-pregunta {
  width: 20px !important;
  height: 20px !important;
  border-radius: 100px;
  background-color: #BB86FC;
  margin-right: 5px;
}

@media (min-width: 1200px) {
  .uk-category-title {
    padding: 10px 15px 0 15px;
  }
  .uk-category-title h2 {
    color: #320946;
    font-size: 1.4em;
    margin: 0 0 10px 0;
  }
  .uk-category-title h2.dark {
    color: #BB86FC;
  }
}
@media (max-width: 575.98px) {
  .v-sroll-container {
    height: calc(100vh - 130px) !important;
  }
  .h-scroll-container {
    max-height: 80vh !important;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .v-sroll-container {
    height: calc(100vh - 130px) !important;
  }
  .h-scroll-container {
    max-height: 80vh !important;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .v-sroll-container {
    height: calc(100vh - 130px) !important;
  }
  .h-scroll-container {
    max-height: 80vh !important;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .v-sroll-container {
    height: calc(100vh - 100px) !important;
    display: flow-root;
    /* 1 */
    box-sizing: content-box;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .h-scroll-container {
    max-height: 80vh !important;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .v-sroll-container {
    height: calc(100vh - 100px) !important;
    display: flow-root;
    /* 1 */
    box-sizing: content-box;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .h-scroll-container {
    max-height: 80vh !important;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
    width: 100%;
  }
}
.slider-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.slider-icon span {
  color: #fafafa;
}
.slider-icon span.dark {
  color: #e1637a;
}

.uk-card-category {
  width: 130px !important;
  margin-right: 10px;
  height: 219px;
  max-height: 220px !important;
  border-radius: 5px;
}
.uk-card-category h3 {
  font-size: 0.9em;
  margin: 10px 0 5px 0;
}

.uk-card-category-2 {
  width: 230px !important;
  margin-right: 10px;
  height: 130px;
  border-radius: 5px;
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  grid-template-rows: 0.85fr 0.15fr 0.15fr;
  grid-template-areas: "titulo-card-category titulo-card-category" "espacio1-card-category espacio2-card-category" "espacio3-card-category espacio3-card-category";
  padding: 15px;
}
.uk-card-category-2 h3 {
  font-size: 0.9em;
  margin: 10px 0 5px 0;
  color: #320946;
}
.uk-card-category-2 h3.dark {
  color: #BB86FC;
}

.titulo-card-category {
  grid-area: "titulo-card-category";
  grid-column: 1/3;
  grid-row: 1/2;
}

.espacio1-card-category {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: espacio1-card-category;
  grid-column: 1/2;
  grid-row: 2/3;
}
.espacio1-card-category .tipo-category {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.espacio2-card-category {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: espacio2-card-category;
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.espacio2-card-category .hecho {
  color: #5fde28;
}

.espacio3-card-category {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: espacio3-card-category;
  grid-column: 1/3;
  grid-row: 3/4;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.espacio3-card-category .uk-progress {
  height: 10px !important;
  margin: 0 !important;
}

.evaluacion-button button {
  background-color: #72CE5C;
  color: white;
  border: 0px;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 1rem;
}

.uk-card-materiales-rn {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 70px auto;
  grid-template-areas: "title-materiales-rn" "elements-materiales-rn";
  width: 125px !important;
  margin-right: 10px;
  max-height: 220px !important;
  border-radius: 5px;
}
.uk-card-materiales-rn h1 {
  font-size: 1em;
  margin: 10px 0 5px 0;
}

.title-materiales-rn {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title-materiales-rn;
  grid-column: 1/2;
  grid-row: 1/2;
}
.title-materiales-rn h1 {
  color: #320946;
}
.title-materiales-rn h1.dark {
  color: #BB86FC;
}

.elements-materiales-rn {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: elements-materiales-rn;
  grid-column: 1/2;
  grid-row: 2/3;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "type-materiales-rn adorno-materiales-rn";
  padding: 5px 0;
}

.type-materiales-rn {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: type-materiales-rn;
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  align-items: center;
}
.type-materiales-rn p {
  color: #392E48;
  font-size: 13px;
}
.type-materiales-rn p.dark {
  color: #ffffff;
}

.adorno-materiales-rn {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: adorno-materiales-rn;
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: flex-end;
}
.adorno-materiales-rn span {
  margin-bottom: 5px;
}
.adorno-materiales-rn .card-line {
  margin: 0 !important;
}

.uk-card-aprendizaje {
  width: 130px !important;
  margin-right: 10px;
  height: 219px;
  max-height: 220px !important;
  border-radius: 5px;
}
.uk-card-aprendizaje h3 {
  font-size: 0.9em;
  margin: 10px 0 5px 0;
}

@media (max-width: 575.98px) {
  .uk-card-dash {
    border-radius: 5px;
  }
  .uk-card-dash .card-dash-title {
    padding: 10px;
    height: 30px;
  }
  .uk-card-dash .card-dash-title h1 {
    font-size: 1em;
    margin: 0;
    color: #392E48;
  }
  .uk-card-dash .card-dash-title h1.dark {
    color: #ffffff;
  }
  .card-line {
    width: 60%;
    height: 5px;
    border-radius: 50px;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .uk-card-dash {
    border-radius: 5px;
    margin-bottom: 40px;
  }
  .uk-card-dash .card-dash-title {
    padding: 5px;
    height: 50px;
  }
  .uk-card-dash .card-dash-title h1 {
    font-size: 1.1em;
    line-height: 130%;
    margin: 0;
    color: #392E48;
  }
  .card-line {
    width: 60%;
    height: 5px;
    border-radius: 50px;
    margin-left: auto;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .uk-card-dash {
    border-radius: 5px;
    margin-bottom: 40px;
  }
  .uk-card-dash .card-dash-title {
    padding: 7px;
    height: 50px;
  }
  .uk-card-dash .card-dash-title h1 {
    font-size: 1.3em;
    margin: 0;
    color: #392E48;
  }
  .uk-card-dash .card-dash-title h1.dark {
    color: #ffffff;
  }
  .card-line {
    width: 60%;
    height: 10px;
    border-radius: 50px;
    margin-left: auto;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .uk-card-dash {
    border-radius: 5px;
    margin-bottom: 40px;
  }
  .uk-card-dash .card-dash-title {
    padding: 7px;
    height: 50px;
  }
  .uk-card-dash .card-dash-title h1 {
    font-size: 1.3em;
    margin: 0;
    color: #392E48;
  }
  .uk-card-dash .card-dash-title h1.dark {
    color: #ffffff;
  }
  .card-line {
    width: 60%;
    height: 10px;
    border-radius: 50px;
    margin-left: auto;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .uk-card-dash {
    border-radius: 5px;
    margin-bottom: 40px;
  }
  .uk-card-dash .card-dash-title {
    padding: 10px;
    height: 50px;
  }
  .uk-card-dash .card-dash-title h1 {
    font-size: 1.3em;
    margin: 0;
    color: #392E48;
  }
  .uk-card-dash .card-dash-title h1.dark {
    color: #ffffff;
  }
  .card-line {
    width: 60%;
    height: 7px;
    border-radius: 50px;
    margin-left: auto;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 575.98px) {
  .grid-card-rv {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-template-rows: auto;
    grid-template-areas: "img-rv text-rv";
    padding: 7px;
    border-radius: 5px;
    min-width: 210px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .img-rv {
    grid-area: img-rv;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .text-rv {
    grid-area: text-rv;
    grid-column: 2/3 !important;
    grid-row: 1/2;
  }
  .text-rv h3 {
    font-size: 1em;
    color: #392E48;
    margin: 0;
    padding: 10px;
  }
  .text-rv h3.dark {
    color: #ffffff;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-card-rv {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-template-rows: auto;
    grid-template-areas: "img-rv text-rv";
    padding: 7px;
    border-radius: 5px;
    min-width: 210px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .img-rv {
    grid-area: img-rv;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .text-rv {
    grid-area: text-rv;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .text-rv h3 {
    font-size: 1em;
    color: #392E48;
    margin: 0;
    padding: 10px;
  }
  .text-rv h3.dark {
    color: #ffffff;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-card-rv {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-template-rows: auto;
    grid-template-areas: "img-rv text-rv";
    padding: 7px;
    border-radius: 5px;
    min-width: 210px;
  }
  .img-rv {
    grid-area: img-rv;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .text-rv {
    grid-area: text-rv;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .text-rv h3 {
    font-size: 1em;
    color: #392E48;
    margin: 0;
    padding: 10px;
  }
  .text-rv h3.dark {
    color: #ffffff;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-card-rv {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-template-rows: auto;
    grid-template-areas: "img-rv text-rv";
    padding: 7px;
    border-radius: 5px;
    min-width: 210px;
  }
  .img-rv {
    grid-area: img-rv;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .text-rv {
    grid-area: text-rv;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .text-rv h3 {
    font-size: 1em;
    color: #392E48;
    margin: 0;
    padding: 10px;
  }
  .text-rv h3.dark {
    color: #ffffff;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px) {
  .grid-card-rv {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-template-rows: auto;
    grid-template-areas: "img-rv text-rv";
    padding: 7px;
    border-radius: 5px;
    min-width: 210px;
  }
  .img-rv {
    grid-area: img-rv;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .text-rv {
    grid-area: text-rv;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .text-rv h3 {
    font-size: 1em;
    color: #392E48;
    margin: 0;
    padding: 10px;
  }
  .text-rv h3.dark {
    color: #ffffff;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.uk-card-reunion-virtual {
  width: 130px !important;
  margin-right: 10px;
  height: 219px;
  max-height: 220px !important;
  border-radius: 5px;
}
.uk-card-reunion-virtual h3 {
  font-size: 0.9em;
  margin: 10px 0 5px 0;
}

.uk-card-search {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 5px;
  margin: 5px;
}
.uk-card-search p {
  font-size: 1em;
  color: #392E48;
}
.uk-card-search p.dark {
  color: #ffffff;
}

.border-1 {
  border-right: 3px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #e7164a;
}

.border-2 {
  border-right: 3px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #02b7ff;
}

.border-3 {
  border-right: 3px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #FFC300;
}

.border-4 {
  border-right: 3px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #A8DE15;
}

.uk-card-share {
  width: 130px !important;
  margin-right: 10px;
  border-radius: 5px;
}

.uk-card-body-share {
  padding: 5px;
  min-height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uk-card-activities {
  width: 130px !important;
  margin-right: 10px;
  border-radius: 5px;
}

.uk-card-body-activities {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uk-cards-like {
  display: grid;
  grid-template-columns: 65px 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "img-like title-like titulo-like";
  border-radius: 5px !important;
  position: relative;
}

.close-cards-likes {
  position: absolute;
  right: 5px;
  top: 5px;
}

.img-like {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img-like;
  grid-column: 1/2;
  grid-row: 1/2;
}
.img-like img {
  border-radius: 5px !important;
}

.title-like {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: title-like;
  grid-column: 2/4;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.title-like h1 {
  color: #392E48;
  font-size: 1em;
  margin-left: 15px;
}
.title-like h1.dark {
  color: #ffffff;
}

.uk-cards-notifications {
  display: grid;
  grid-template-columns: 65px 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "img-notifications title-notifications titulo-notifications";
  border-radius: 5px !important;
  position: relative;
}

.close-cards-notifications {
  position: absolute;
  right: 10px;
  top: 10px;
}

.img-notifications {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img-notifications;
  grid-column: 1/2;
  grid-row: 1/2;
}
.img-notifications img {
  border-radius: 5px !important;
}

.title-notifications {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: title-notifications;
  grid-column: 2/4;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.title-notifications h1 {
  color: #392E48;
  font-size: 1em;
  margin-left: 15px;
  line-height: 1.5em !important;
}
.title-notifications h1.dark {
  color: #ffffff;
}

.card-historial {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "title-card-historial" "elements-card-historial";
  border-radius: 5px;
  margin: 15px 0;
}

.title-card-historial {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title-card-historial;
  grid-column: 1/2;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "titulo-historial" "date-card-historial";
}

.titulo-historial {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: titulo-historial;
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.titulo-historial h1 {
  font-size: 15px;
  color: #392E48;
  margin: 0;
}
.titulo-historial h1.dark {
  color: #ffffff;
}

.date-card-historial {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: date-card-historial;
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.date-card-historial p {
  font-size: 13px;
  color: #fafafa;
}
.date-card-historial p.dark {
  color: #e1637a;
}

.elements-card-historial {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: elements-card-historial;
  grid-column: 1/3;
  grid-row: 2/3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elements-card-historial .uk-progress {
  margin: 0 !important;
}

@media (max-width: 575.98px) {
  .lista-favoritos-container {
    max-height: 80vh !important;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
    margin-bottom: 30px;
  }
  .lista-favoritos-container .right-button {
    display: none !important;
  }
  .lista-favoritos-container .left-button {
    display: none !important;
  }
  .card-lista-nueva {
    margin-bottom: 20px !important;
  }
  .card-lista-nueva .lista-nueva-card {
    height: 150px;
    background-color: #BB86FC;
  }
  .card-lista-nueva .lista-nueva-card span {
    color: #392E48;
  }
  .card-lista-nueva .lista-nueva-card span.dark {
    color: #ffffff;
  }
  .card-lista-nueva .lista-texto-card h1 {
    margin: 0;
    padding: 10px 0;
    color: #392E48;
    font-size: 0.9em;
  }
  .card-lista-nueva .lista-texto-card h1.dark {
    color: #ffffff;
  }
  .card-lista {
    margin-bottom: 20px !important;
  }
  .card-lista .lista-img-card {
    height: 150px;
  }
  .card-lista .lista-texto-card h1 {
    margin: 0;
    padding: 10px 0;
    color: #392E48;
    font-size: 0.9em;
  }
  .card-lista .lista-texto-card h1.dark {
    color: #ffffff;
  }
  .card-lista .lista-texto-card h2 {
    margin: 0;
    color: #392E48;
    font-size: 0.7em;
  }
  .card-lista .lista-texto-card h2.dark {
    color: #ffffff;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lista-favoritos-container {
    max-height: 80vh !important;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
    margin-bottom: 30px;
  }
  .lista-favoritos-container .right-button {
    display: none !important;
  }
  .lista-favoritos-container .left-button {
    display: none !important;
  }
  .card-lista-nueva .lista-nueva-card {
    height: 150px;
    background-color: #BB86FC;
  }
  .card-lista-nueva .lista-nueva-card span {
    color: #392E48;
  }
  .card-lista-nueva .lista-nueva-card span.dark {
    color: #ffffff;
  }
  .card-lista-nueva .lista-texto-card h1 {
    margin: 0;
    padding: 10px 0;
    color: #392E48;
    font-size: 0.9em;
  }
  .card-lista-nueva .lista-texto-card h1.dark {
    color: #ffffff;
  }
  .card-lista .lista-img-card {
    height: 150px;
  }
  .card-lista .lista-texto-card h1 {
    margin: 0;
    padding: 10px 0;
    color: #392E48;
    font-size: 0.9em;
  }
  .card-lista .lista-texto-card h1.dark {
    color: #ffffff;
  }
  .card-lista .lista-texto-card h2 {
    margin: 0;
    color: #392E48;
    font-size: 0.7em;
  }
  .card-lista .lista-texto-card h2.dark {
    color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .lista-favoritos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .lista-favoritos-container .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 60vw;
    width: 100%;
    margin: 0 15px;
  }
  .lista-favoritos-container .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .card-lista-nueva .lista-nueva-card {
    height: 200px;
    background-color: #BB86FC;
  }
  .card-lista-nueva .lista-nueva-card span {
    color: #392E48;
  }
  .card-lista-nueva .lista-nueva-card span.dark {
    color: #ffffff;
  }
  .card-lista-nueva .lista-texto-card h1 {
    margin: 0;
    padding: 10px 0;
    color: #392E48;
    font-size: 1.2em;
  }
  .card-lista-nueva .lista-texto-card h1.dark {
    color: #ffffff;
  }
  .card-lista .lista-img-card {
    height: 200px;
  }
  .card-lista .lista-texto-card h1 {
    margin: 0;
    padding: 10px 0;
    color: #392E48;
    font-size: 1.1em;
  }
  .card-lista .lista-texto-card h1.dark {
    color: #ffffff;
  }
  .card-lista .lista-texto-card h2 {
    margin: 0;
    color: #392E48;
    font-size: 0.8em;
  }
  .card-lista .lista-texto-card h2.dark {
    color: #ffffff;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .lista-favoritos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .lista-favoritos-container .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 60vw;
    width: 100%;
    margin: 0 15px;
  }
  .lista-favoritos-container .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .card-lista-nueva .lista-nueva-card {
    height: 200px;
    background-color: #BB86FC;
  }
  .card-lista-nueva .lista-nueva-card span {
    color: #392E48;
  }
  .card-lista-nueva .lista-nueva-card span.dark {
    color: #ffffff;
  }
  .card-lista-nueva .lista-texto-card h1 {
    margin: 0;
    padding: 10px 0;
    color: #392E48;
    font-size: 1.2em;
  }
  .card-lista-nueva .lista-texto-card h1.dark {
    color: #ffffff;
  }
  .card-lista .lista-img-card {
    height: 200px;
  }
  .card-lista .lista-texto-card h1 {
    margin: 0;
    padding: 10px 0;
    color: #392E48;
    font-size: 1.1em;
  }
  .card-lista .lista-texto-card h1.dark {
    color: #ffffff;
  }
  .card-lista .lista-texto-card h2 {
    margin: 0;
    color: #392E48;
    font-size: 0.8em;
  }
  .card-lista .lista-texto-card h2.dark {
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .lista-favoritos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .lista-favoritos-container .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 60vw;
    width: 100%;
    margin: 0 15px;
  }
  .lista-favoritos-container .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .card-lista-nueva .lista-nueva-card {
    height: 200px;
    background-color: #BB86FC;
  }
  .card-lista-nueva .lista-nueva-card span {
    color: #392E48;
  }
  .card-lista-nueva .lista-nueva-card span.dark {
    color: #ffffff;
  }
  .card-lista-nueva .lista-texto-card h1 {
    margin: 0;
    padding: 10px 0;
    color: #392E48;
    font-size: 1.2em;
  }
  .card-lista-nueva .lista-texto-card h1.dark {
    color: #ffffff;
  }
  .card-lista .lista-img-card {
    height: 200px;
  }
  .card-lista .lista-texto-card h1 {
    margin: 0;
    padding: 10px 0;
    color: #392E48;
    font-size: 1.1em;
  }
  .card-lista .lista-texto-card h1.dark {
    color: #ffffff;
  }
  .card-lista .lista-texto-card h2 {
    margin: 0;
    color: #392E48;
    font-size: 0.8em;
  }
  .card-lista .lista-texto-card h2.dark {
    color: #ffffff;
  }
}
.card-poder-dos {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 10px;
  background: #e6e3eb;
}
.card-poder-dos.dark {
  background: #392E48;
}
.card-poder-dos .img-card-poder-dos {
  border-radius: 5px;
}
.card-poder-dos .votos-card-poder-dos {
  padding: 10px 0 0;
}
.card-poder-dos .votos-card-poder-dos h1 {
  font-size: 1.3rem;
  padding: 10px;
  border-radius: 5px;
  margin: 0;
  border: 1px solid #BB86FC;
  color: #392E48;
}
.card-poder-dos .votos-card-poder-dos h1.dark {
  color: #ffffff;
}
.card-poder-dos .votos-card-poder-dos h1 span {
  color: #e1637a;
}
.card-poder-dos .votos-card-poder-dos h1 span.dark {
  color: #e1637a;
}
.card-poder-dos .boton-card-poder-dos {
  padding: 10px 0 0;
}
.card-poder-dos .boton-card-poder-dos a {
  display: block;
  width: 100%;
  padding: 15px 0;
  border-radius: 5px;
  background-color: rgba(192, 192, 192, 0.3);
  color: #320946;
}
.card-poder-dos .boton-card-poder-dos a.dark {
  background-color: rgba(50, 9, 70, 0.3);
  color: #BB86FC;
}

@media (max-width: 575.98px) {
  .input-modal {
    width: 94%;
    height: 30px;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #BB86FC;
    color: #BB86FC;
    font-size: 14px;
    padding: 5px 10px;
  }
  .textarea-modal {
    width: 94%;
    height: 30px;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #BB86FC;
    color: #BB86FC;
    font-size: 14px;
    padding: 5px 10px;
  }
  .boton-modal {
    width: 200px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #72CE5C;
    background-color: transparent;
    color: #72CE5C;
    cursor: pointer;
  }
  .boton-modal:hover {
    background-color: #72CE5C;
    color: #ffffff;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .input-modal {
    width: 100%;
    height: 30px;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #BB86FC;
    color: #BB86FC;
    font-size: 16px;
    padding: 5px 10px;
  }
  .textarea-modal {
    width: 100%;
    height: 30px;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #BB86FC;
    color: #BB86FC;
    font-size: 16px;
    padding: 5px 10px;
  }
  .boton-modal {
    width: 200px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #72CE5C;
    background-color: transparent;
    color: #72CE5C;
    cursor: pointer;
  }
  .boton-modal:hover {
    background-color: #72CE5C;
    color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .input-modal {
    width: 100%;
    height: 30px;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #BB86FC;
    color: #BB86FC;
    font-size: 16px;
    padding: 5px 10px;
  }
  .textarea-modal {
    width: 100%;
    height: 30px;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #BB86FC;
    color: #BB86FC;
    font-size: 16px;
    padding: 5px 10px;
  }
  .boton-modal {
    width: 200px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #72CE5C;
    background-color: transparent;
    color: #72CE5C;
    cursor: pointer;
  }
  .boton-modal:hover {
    background-color: #72CE5C;
    color: #ffffff;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .input-modal {
    width: 100%;
    height: 30px;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #BB86FC;
    color: #BB86FC;
    font-size: 16px;
    padding: 5px 10px;
  }
  .textarea-modal {
    width: 100%;
    height: 30px;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #BB86FC;
    color: #BB86FC;
    font-size: 16px;
    padding: 5px 10px;
  }
  .boton-modal {
    width: 200px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #72CE5C;
    background-color: transparent;
    color: #72CE5C;
    cursor: pointer;
  }
  .boton-modal:hover {
    background-color: #72CE5C;
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .input-modal {
    width: 100%;
    height: 30px;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #BB86FC;
    color: #BB86FC;
    font-size: 16px;
    padding: 5px 10px;
  }
  .textarea-modal {
    width: 100%;
    height: 30px;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #BB86FC;
    color: #BB86FC;
    font-size: 16px;
    padding: 5px 10px;
  }
  .boton-modal {
    width: 200px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #72CE5C;
    background-color: transparent;
    color: #72CE5C;
    cursor: pointer;
  }
  .boton-modal:hover {
    background-color: #72CE5C;
    color: #ffffff;
  }
}
@media (max-width: 575.98px) {
  .grid-modal-votacion {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 1fr;
    grid-template-areas: "img-modal-votacion" "respuestas-modal-votacion";
    height: 100%;
    width: 100%;
    padding: 0 0 20px;
  }
  .img-modal-votacion {
    grid-area: img-modal-votacion;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .img-modal-votacion img {
    width: 90%;
  }
  .respuestas-modal-votacion {
    grid-area: respuestas-modal-votacion;
    grid-column: 1/2;
    grid-row: 2/3;
    padding-bottom: 40px;
  }
  .respuestas-modal-votacion h1 {
    text-align: center;
    font-size: 1.6rem;
    color: #e1637a;
    margin-top: 20px;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion li {
    margin-bottom: 40px;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion li h2 {
    color: #ffffff;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    background-color: #392E48;
    padding: 10px;
    border-radius: 3px;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion li p {
    border-radius: 5px;
    border: 1px solid #8A6EB1;
    background-color: transparent;
    padding: 10px;
    font-size: 1.2rem;
    color: #ffffff;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-modal-votacion {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 1fr;
    grid-template-areas: "img-modal-votacion" "respuestas-modal-votacion";
    height: 100%;
    width: 100%;
    padding: 0 0 20px;
  }
  .img-modal-votacion {
    grid-area: img-modal-votacion;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .img-modal-votacion img {
    width: 50%;
  }
  .respuestas-modal-votacion {
    grid-area: respuestas-modal-votacion;
    grid-column: 1/2;
    grid-row: 2/3;
    padding-bottom: 40px;
  }
  .respuestas-modal-votacion h1 {
    text-align: center;
    font-size: 1.6rem;
    color: #e1637a;
    margin-top: 20px;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion {
    list-style: none;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion li {
    margin-bottom: 40px;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion li h2 {
    color: #ffffff;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    background-color: #392E48;
    padding: 10px;
    border-radius: 3px;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion li p {
    border-radius: 5px;
    border: 1px solid #8A6EB1;
    background-color: transparent;
    padding: 10px;
    font-size: 1.2rem;
    color: #ffffff;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-modal-votacion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "img-modal-votacion respuestas-modal-votacion";
    height: 100%;
    width: 100%;
  }
  .img-modal-votacion {
    grid-area: img-modal-votacion;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 50px 0;
  }
  .respuestas-modal-votacion {
    grid-area: respuestas-modal-votacion;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .respuestas-modal-votacion h1 {
    text-align: center;
    font-size: 1.6rem;
    color: #e1637a;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion {
    list-style: none;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion li {
    margin-bottom: 40px;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion li h2 {
    color: #ffffff;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    background-color: #392E48;
    padding: 10px;
    border-radius: 3px;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion li p {
    border-radius: 5px;
    border: 1px solid #8A6EB1;
    background-color: transparent;
    padding: 10px;
    font-size: 1.2rem;
    color: #ffffff;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-modal-votacion {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "img-modal-votacion respuestas-modal-votacion";
    height: 100%;
    width: 100%;
  }
  .img-modal-votacion {
    grid-area: img-modal-votacion;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 50px 0;
  }
  .respuestas-modal-votacion {
    grid-area: respuestas-modal-votacion;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .respuestas-modal-votacion h1 {
    text-align: center;
    font-size: 1.6rem;
    color: #e1637a;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion {
    list-style: none;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion li {
    margin-bottom: 40px;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion li h2 {
    color: #ffffff;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    background-color: #392E48;
    padding: 10px;
    border-radius: 3px;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion li p {
    border-radius: 5px;
    border: 1px solid #8A6EB1;
    background-color: transparent;
    padding: 10px;
    font-size: 1.2rem;
    color: #ffffff;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px) {
  .grid-modal-votacion {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "img-modal-votacion respuestas-modal-votacion";
    height: 100%;
    width: 100%;
  }
  .img-modal-votacion {
    grid-area: img-modal-votacion;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 50px 0;
  }
  .respuestas-modal-votacion {
    grid-area: respuestas-modal-votacion;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .respuestas-modal-votacion h1 {
    text-align: center;
    font-size: 1.6rem;
    color: #e1637a;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion {
    list-style: none;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion li {
    margin-bottom: 40px;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion li h2 {
    color: #ffffff;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    background-color: #392E48;
    padding: 10px;
    border-radius: 3px;
  }
  .respuestas-modal-votacion .lista-respuestas-modal-votacion li p {
    border-radius: 5px;
    border: 1px solid #8A6EB1;
    background-color: transparent;
    padding: 10px;
    font-size: 1.2rem;
    color: #ffffff;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px){
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px){
  .img-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .respuestas-modal-votacion {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px) {
  /** elementos para listas de favoritos de las cards **/
  .card-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: rgba(239, 229, 255, 0.7);
    padding: 5px;
    border-radius: 50px;
  }
  .card-icon.dark {
    background-color: rgba(225, 99, 122, 0.7);
  }
  .card-menu {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 5px;
    border-radius: 50px;
  }
  .card-menu span {
    color: #392E48;
  }
  .card-menu span.dark {
    color: #ffffff;
  }
  .card-menu .nueva-lista-menu {
    border: 1px solid #BB86FC;
    border-radius: 50px;
    text-align: center;
    margin-top: 20px;
    color: #BB86FC;
  }
  .card-menu .nueva-lista-menu:hover {
    background-color: #BB86FC;
    color: #392E48;
  }
  .card-menu .uk-dropdown {
    background-color: #ffffff;
    border-radius: 5px;
  }
  .card-menu .uk-dropdown.dark {
    background-color: #110f1c;
  }
  .contenedor-listas-card {
    background-color: #1c182d;
    border-radius: 5px;
    height: 50vh;
    max-height: 50vh !important;
    padding: 30px;
    overflow-y: scroll;
  }
  .contenedor-listas-card ul {
    list-style: none;
    padding: 0;
  }
  .contenedor-listas-card ul li {
    margin-bottom: 15px;
  }
  .grid-lista-favoritos-agregar {
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "img-lista-favoritos datos-lista-favoritos";
  }
  .img-lista-favoritos {
    grid-area: img-lista-favoritos;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .img-lista-favoritos .imagen-lista-cards {
    height: 50px;
    width: 50px;
  }
  .datos-lista-favoritos {
    grid-area: datos-lista-favoritos;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .datos-lista-favoritos h1 {
    color: #ffffff;
    font-size: 1em;
    margin-bottom: 5px;
  }
  .datos-lista-favoritos p {
    font-size: 0.8em;
    color: #BB86FC;
  }
  /** elementos para listas de favoritos de las cards **/
}
@media (min-width: 576px) and (max-width: 767.98px) {
  /** elementos para listas de favoritos de las cards **/
  .card-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: rgba(239, 229, 255, 0.7);
    padding: 5px;
    border-radius: 50px;
  }
  .card-icon.dark {
    background-color: rgba(225, 99, 122, 0.7);
  }
  .card-menu {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 5px;
    border-radius: 50px;
  }
  .card-menu span {
    color: #392E48;
  }
  .card-menu span.dark {
    color: #ffffff;
  }
  .card-menu .nueva-lista-menu {
    border: 1px solid #BB86FC;
    border-radius: 50px;
    text-align: center;
    margin-top: 20px;
    color: #BB86FC;
  }
  .card-menu .nueva-lista-menu:hover {
    background-color: #BB86FC;
    color: #392E48;
  }
  .card-menu .uk-dropdown {
    background-color: #ffffff;
    border-radius: 5px;
  }
  .card-menu .uk-dropdown.dark {
    background-color: #110f1c;
  }
  .contenedor-listas-card {
    background-color: #1c182d;
    border-radius: 5px;
    height: 50vh;
    max-height: 50vh !important;
    padding: 30px;
    overflow-y: scroll;
  }
  .contenedor-listas-card ul {
    list-style: none;
    padding: 0;
  }
  .contenedor-listas-card ul li {
    margin-bottom: 15px;
  }
  .grid-lista-favoritos-agregar {
    display: grid;
    grid-template-columns: 0.18fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "img-lista-favoritos datos-lista-favoritos";
  }
  .img-lista-favoritos {
    grid-area: img-lista-favoritos;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .img-lista-favoritos .imagen-lista-cards {
    height: 50px;
    width: 50px;
  }
  .datos-lista-favoritos {
    grid-area: datos-lista-favoritos;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .datos-lista-favoritos h1 {
    color: #ffffff;
    font-size: 1em;
    margin-bottom: 5px;
  }
  .datos-lista-favoritos p {
    font-size: 0.8em;
    color: #BB86FC;
  }
  /** elementos para listas de favoritos de las cards **/
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /** elementos para listas de favoritos de las cards **/
  .card-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: rgba(239, 229, 255, 0.7);
    padding: 5px;
    border-radius: 50px;
  }
  .card-icon.dark {
    background-color: rgba(225, 99, 122, 0.7);
  }
  .card-menu {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 5px;
    border-radius: 50px;
  }
  .card-menu span {
    color: #392E48;
  }
  .card-menu span.dark {
    color: #ffffff;
  }
  .card-menu .nueva-lista-menu {
    border: 1px solid #BB86FC;
    border-radius: 50px;
    text-align: center;
    margin-top: 20px;
    color: #BB86FC;
  }
  .card-menu .nueva-lista-menu:hover {
    background-color: #BB86FC;
    color: #392E48;
  }
  .card-menu .uk-dropdown {
    background-color: #ffffff;
    border-radius: 5px;
  }
  .card-menu .uk-dropdown.dark {
    background-color: #110f1c;
  }
  .contenedor-listas-card {
    background-color: #1c182d;
    border-radius: 5px;
    height: 50vh;
    max-height: 50vh !important;
    padding: 30px;
    overflow-y: scroll;
  }
  .contenedor-listas-card ul {
    list-style: none;
    padding: 0;
  }
  .contenedor-listas-card ul li {
    margin-bottom: 15px;
  }
  .grid-lista-favoritos-agregar {
    display: grid;
    grid-template-columns: 0.15fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "img-lista-favoritos datos-lista-favoritos";
  }
  .img-lista-favoritos {
    grid-area: img-lista-favoritos;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .img-lista-favoritos .imagen-lista-cards {
    height: 50px;
    width: 50px;
  }
  .datos-lista-favoritos {
    grid-area: datos-lista-favoritos;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .datos-lista-favoritos h1 {
    color: #ffffff;
    font-size: 1em;
    margin-bottom: 5px;
  }
  .datos-lista-favoritos p {
    font-size: 0.8em;
    color: #BB86FC;
  }
  /** elementos para listas de favoritos de las cards **/
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  /** elementos para listas de favoritos de las cards **/
  .card-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: rgba(239, 229, 255, 0.7);
    padding: 5px;
    border-radius: 50px;
  }
  .card-icon.dark {
    background-color: rgba(225, 99, 122, 0.7);
  }
  .card-menu {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 5px;
    border-radius: 50px;
  }
  .card-menu span {
    color: #392E48;
  }
  .card-menu span.dark {
    color: #ffffff;
  }
  .card-menu .nueva-lista-menu {
    border: 1px solid #BB86FC;
    border-radius: 50px;
    text-align: center;
    margin-top: 20px;
    color: #BB86FC;
  }
  .card-menu .nueva-lista-menu:hover {
    background-color: #BB86FC;
    color: #392E48;
  }
  .card-menu .uk-dropdown {
    background-color: #ffffff;
    border-radius: 5px;
  }
  .card-menu .uk-dropdown.dark {
    background-color: #110f1c;
  }
  .contenedor-listas-card {
    background-color: #1c182d;
    border-radius: 5px;
    height: 50vh;
    max-height: 50vh !important;
    padding: 30px;
    overflow-y: scroll;
  }
  .contenedor-listas-card ul {
    list-style: none;
    padding: 0;
  }
  .contenedor-listas-card ul li {
    margin-bottom: 15px;
  }
  .grid-lista-favoritos-agregar {
    display: grid;
    grid-template-columns: 0.15fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "img-lista-favoritos datos-lista-favoritos";
  }
  .img-lista-favoritos {
    grid-area: img-lista-favoritos;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .img-lista-favoritos .imagen-lista-cards {
    height: 50px;
    width: 50px;
  }
  .datos-lista-favoritos {
    grid-area: datos-lista-favoritos;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .datos-lista-favoritos h1 {
    color: #ffffff;
    font-size: 1em;
    margin-bottom: 5px;
  }
  .datos-lista-favoritos p {
    font-size: 0.8em;
    color: #BB86FC;
  }
  /** elementos para listas de favoritos de las cards **/
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px) {
  /** elementos para listas de favoritos de las cards **/
  .card-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: rgba(239, 229, 255, 0.7);
    padding: 5px;
    border-radius: 50px;
  }
  .card-icon.dark {
    background-color: rgba(225, 99, 122, 0.7);
  }
  .card-menu {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 5px;
    border-radius: 50px;
  }
  .card-menu span {
    color: #392E48;
  }
  .card-menu span.dark {
    color: #ffffff;
  }
  .card-menu .nueva-lista-menu {
    border: 1px solid #BB86FC;
    border-radius: 50px;
    text-align: center;
    margin-top: 20px;
    color: #BB86FC;
  }
  .card-menu .nueva-lista-menu:hover {
    background-color: #BB86FC;
    color: #392E48;
  }
  .card-menu .uk-dropdown {
    background-color: #ffffff;
    border-radius: 5px;
  }
  .card-menu .uk-dropdown.dark {
    background-color: #110f1c;
  }
  .contenedor-listas-card {
    background-color: #1c182d;
    border-radius: 5px;
    height: 50vh;
    max-height: 50vh !important;
    padding: 30px;
    overflow-y: scroll;
  }
  .contenedor-listas-card ul {
    list-style: none;
    padding: 0;
  }
  .contenedor-listas-card ul li {
    margin-bottom: 15px;
  }
  .grid-lista-favoritos-agregar {
    display: grid;
    grid-template-columns: 0.15fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "img-lista-favoritos datos-lista-favoritos";
  }
  .img-lista-favoritos {
    grid-area: img-lista-favoritos;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .img-lista-favoritos .imagen-lista-cards {
    height: 50px;
    width: 50px;
  }
  .datos-lista-favoritos {
    grid-area: datos-lista-favoritos;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .datos-lista-favoritos h1 {
    color: #ffffff;
    font-size: 1em;
    margin-bottom: 5px;
  }
  .datos-lista-favoritos p {
    font-size: 0.8em;
    color: #BB86FC;
  }
  /** elementos para listas de favoritos de las cards **/
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px){
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px){
  .img-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-lista-favoritos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px) {
  .menu-listas span {
    color: #392E48;
  }
  .menu-listas span.dark {
    color: #ffffff;
  }
  .menu-listas .nueva-lista-menu {
    border: 1px solid #BB86FC;
    border-radius: 50px;
    text-align: center;
    margin-top: 20px;
    color: #BB86FC;
  }
  .menu-listas .nueva-lista-menu:hover {
    background-color: #BB86FC;
    color: #392E48;
  }
  .menu-listas .uk-dropdown {
    background-color: #ffffff;
    border-radius: 5px;
  }
  .menu-listas .uk-dropdown.dark {
    background-color: #110f1c;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .menu-listas span {
    color: #392E48;
  }
  .menu-listas span.dark {
    color: #ffffff;
  }
  .menu-listas .nueva-lista-menu {
    border: 1px solid #BB86FC;
    border-radius: 50px;
    text-align: center;
    margin-top: 20px;
    color: #BB86FC;
  }
  .menu-listas .nueva-lista-menu:hover {
    background-color: #BB86FC;
    color: #392E48;
  }
  .menu-listas .uk-dropdown {
    background-color: #ffffff;
    border-radius: 5px;
  }
  .menu-listas .uk-dropdown.dark {
    background-color: #110f1c;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-listas span {
    color: #392E48;
  }
  .menu-listas span.dark {
    color: #ffffff;
  }
  .menu-listas .nueva-lista-menu {
    border: 1px solid #BB86FC;
    border-radius: 50px;
    text-align: center;
    margin-top: 20px;
    color: #BB86FC;
  }
  .menu-listas .nueva-lista-menu:hover {
    background-color: #BB86FC;
    color: #392E48;
  }
  .menu-listas .uk-dropdown {
    background-color: #ffffff;
    border-radius: 5px;
  }
  .menu-listas .uk-dropdown.dark {
    background-color: #110f1c;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .menu-listas span {
    color: #392E48;
  }
  .menu-listas span.dark {
    color: #ffffff;
  }
  .menu-listas .nueva-lista-menu {
    border: 1px solid #BB86FC;
    border-radius: 50px;
    text-align: center;
    margin-top: 20px;
    color: #BB86FC;
  }
  .menu-listas .nueva-lista-menu:hover {
    background-color: #BB86FC;
    color: #392E48;
  }
  .menu-listas .uk-dropdown {
    background-color: #ffffff;
    border-radius: 5px;
  }
  .menu-listas .uk-dropdown.dark {
    background-color: #110f1c;
  }
}
@media (min-width: 1200px) {
  .menu-listas span {
    color: #392E48;
  }
  .menu-listas span.dark {
    color: #ffffff;
  }
  .menu-listas .nueva-lista-menu {
    border: 1px solid #BB86FC;
    border-radius: 50px;
    text-align: center;
    margin-top: 20px;
    color: #BB86FC;
  }
  .menu-listas .nueva-lista-menu:hover {
    background-color: #BB86FC;
    color: #392E48;
  }
  .menu-listas .uk-dropdown {
    background-color: #ffffff;
    border-radius: 5px;
  }
  .menu-listas .uk-dropdown.dark {
    background-color: #110f1c;
  }
}
@media (max-width: 575.98px) {
  .container-list {
    padding: 0 0 40px 0;
  }
  .eliminar-card {
    position: relative;
  }
  .eliminar-card .icono-eliminar {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 9;
    color: #ff0202;
  }
  .grid-lista-header {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 2.5fr;
    gap: 0px 0px;
    grid-template-areas: "img-lista-header img-lista-header datos-lista-header datos-lista-header" "img-lista-header img-lista-header datos-lista-header datos-lista-header" "botones-lista-header botones-lista-header botones-lista-header botones-lista-header";
  }
  .img-lista-header {
    grid-area: img-lista-header;
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .img-lista-header .imagen-lista {
    width: 100px;
    height: 100px;
  }
  .datos-lista-header {
    grid-area: datos-lista-header;
    grid-column: 3/5;
    grid-row: 1/3;
  }
  .datos-lista-header h1 {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #392E48;
  }
  .datos-lista-header h1.dark {
    color: #ffffff;
  }
  .datos-lista-header h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 0.8em;
    color: #392E48;
  }
  .datos-lista-header h2.dark {
    color: #ffffff;
  }
  .datos-lista-header p {
    font-size: 0.8em;
  }
  .botones-lista-header {
    grid-area: botones-lista-header;
    grid-column: 1/5;
    grid-row: 3/4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .botones-lista-header .botones-lista-interaccion {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0 !important;
    margin: 0;
  }
  .botones-lista-header .botones-lista-interaccion li {
    margin-bottom: 20px;
  }
  .botones-lista-header .link-lista-header {
    border-radius: 50px;
    border: 1px solid #320946;
    color: #320946;
    padding: 10px 15px;
    margin-right: 20px;
    min-width: 200px;
    text-align: center;
    font-size: 0.8em;
  }
  .botones-lista-header .link-lista-header.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .botones-lista-header .link-lista-header:hover {
    background-color: #320946;
    color: #ffffff;
  }
  .botones-lista-header .eliminar-lista {
    color: red;
  }
  .lista-container {
    max-height: 80vh !important;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .lista-container .right-button {
    display: none !important;
  }
  .lista-container .left-button {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container-list {
    padding: 40px 0;
  }
  .eliminar-card {
    position: relative;
  }
  .eliminar-card .icono-eliminar {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 9;
    color: #ff0202;
  }
  .grid-lista-header {
    display: grid;
    grid-template-columns: 0.28fr 0.28fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1.5fr;
    gap: 0px 0px;
    grid-template-areas: "img-lista-header img-lista-header datos-lista-header datos-lista-header" "img-lista-header img-lista-header datos-lista-header datos-lista-header" "botones-lista-header botones-lista-header botones-lista-header botones-lista-header";
  }
  .img-lista-header {
    grid-area: img-lista-header;
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .img-lista-header .imagen-lista {
    width: 120px;
    height: 120px;
  }
  .datos-lista-header {
    grid-area: datos-lista-header;
    grid-column: 3/5;
    grid-row: 1/3;
  }
  .datos-lista-header h1 {
    margin-bottom: 15px;
    font-size: 1.3em;
    color: #392E48;
  }
  .datos-lista-header h1.dark {
    color: #ffffff;
  }
  .datos-lista-header h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 0.9em;
    color: #392E48;
  }
  .datos-lista-header h2.dark {
    color: #ffffff;
  }
  .botones-lista-header {
    grid-area: botones-lista-header;
    grid-column: 1/5;
    grid-row: 3/4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .botones-lista-header .botones-lista-interaccion {
    display: flex;
    list-style: none;
    padding-left: 0 !important;
  }
  .botones-lista-header .link-lista-header {
    border-radius: 50px;
    border: 1px solid #320946;
    color: #320946;
    padding: 10px 15px;
    margin-right: 20px;
    min-width: 200px;
    text-align: center;
    font-size: 0.8em;
  }
  .botones-lista-header .link-lista-header.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .botones-lista-header .link-lista-header:hover {
    background-color: #320946;
    color: #ffffff;
  }
  .botones-lista-header .eliminar-lista {
    color: red;
  }
  .lista-container {
    max-height: 80vh !important;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .lista-container .right-button {
    display: none !important;
  }
  .lista-container .left-button {
    display: none !important;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container-list {
    padding: 40px 0;
  }
  .eliminar-card {
    position: relative;
  }
  .eliminar-card .icono-eliminar {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 9;
    color: #ff0202;
  }
  .grid-lista-header {
    display: grid;
    grid-template-columns: 0.3fr 0.3fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "img-lista-header img-lista-header datos-lista-header datos-lista-header" "img-lista-header img-lista-header botones-lista-header botones-lista-header";
  }
  .img-lista-header {
    grid-area: img-lista-header;
    grid-column: 1/3;
    grid-row: 1/3;
    display: flex;
    justify-content: center;
  }
  .img-lista-header .imagen-lista {
    width: 150px;
    height: 150px;
  }
  .datos-lista-header {
    grid-area: datos-lista-header;
    grid-column: 3/5;
    grid-row: 1/2;
  }
  .datos-lista-header h1 {
    margin-bottom: 15px;
    font-size: 1.6em;
    color: #392E48;
  }
  .datos-lista-header h1.dark {
    color: #ffffff;
  }
  .datos-lista-header h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1em;
    color: #392E48;
  }
  .datos-lista-header h2.dark {
    color: #ffffff;
  }
  .botones-lista-header {
    grid-area: botones-lista-header;
    grid-column: 3/5;
    grid-row: 2/3;
    display: flex;
    align-items: center;
  }
  .botones-lista-header .botones-lista-interaccion {
    display: flex;
    list-style: none;
    padding-left: 0 !important;
  }
  .botones-lista-header .link-lista-header {
    border-radius: 50px;
    border: 1px solid #320946;
    color: #320946;
    padding: 5px 20px;
    margin-right: 20px;
    min-width: 200px;
    text-align: center;
    font-size: 0.8em;
  }
  .botones-lista-header .link-lista-header.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .botones-lista-header .link-lista-header:hover {
    background-color: #320946;
    color: #ffffff;
  }
  .botones-lista-header .eliminar-lista {
    color: red;
  }
  .lista-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lista-container .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 64vw;
    width: 100%;
    margin: 0 15px;
  }
  .lista-container .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container-list {
    padding: 40px 0;
  }
  .eliminar-card {
    position: relative;
  }
  .eliminar-card .icono-eliminar {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 9;
    color: #ff0202;
  }
  .grid-lista-header {
    display: grid;
    grid-template-columns: 0.3fr 0.3fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "img-lista-header img-lista-header datos-lista-header datos-lista-header" "img-lista-header img-lista-header botones-lista-header botones-lista-header";
  }
  .img-lista-header {
    grid-area: img-lista-header;
    grid-column: 1/3;
    grid-row: 1/3;
    display: flex;
    justify-content: center;
  }
  .img-lista-header .imagen-lista {
    width: 200px;
    height: 200px;
  }
  .datos-lista-header {
    grid-area: datos-lista-header;
    grid-column: 3/5;
    grid-row: 1/2;
  }
  .datos-lista-header h1 {
    margin-bottom: 15px;
    font-size: 1.6em;
    color: #392E48;
  }
  .datos-lista-header h1.dark {
    color: #ffffff;
  }
  .datos-lista-header h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1em;
    color: #392E48;
  }
  .datos-lista-header h2.dark {
    color: #ffffff;
  }
  .botones-lista-header {
    grid-area: botones-lista-header;
    grid-column: 3/5;
    grid-row: 2/3;
    display: flex;
    align-items: center;
  }
  .botones-lista-header .botones-lista-interaccion {
    display: flex;
    list-style: none;
    padding-left: 0 !important;
  }
  .botones-lista-header .link-lista-header {
    border-radius: 50px;
    border: 1px solid #320946;
    color: #320946;
    padding: 10px 30px;
    margin-right: 20px;
    min-width: 200px;
    text-align: center;
  }
  .botones-lista-header .link-lista-header.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .botones-lista-header .link-lista-header:hover {
    background-color: #320946;
    color: #ffffff;
  }
  .botones-lista-header .eliminar-lista {
    color: red;
  }
  .lista-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lista-container .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 60vw;
    width: 100%;
    margin: 0 15px;
  }
  .lista-container .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
}
@media (min-width: 1200px) {
  .container-list {
    padding: 40px 0;
  }
  .eliminar-card {
    position: relative;
  }
  .eliminar-card .icono-eliminar {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 9;
    color: #ff0202;
  }
  .grid-lista-header {
    display: grid;
    grid-template-columns: 0.25fr 0.25fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "img-lista-header img-lista-header datos-lista-header datos-lista-header" "img-lista-header img-lista-header botones-lista-header botones-lista-header";
  }
  .img-lista-header {
    grid-area: img-lista-header;
    grid-column: 1/3;
    grid-row: 1/3;
    display: flex;
    justify-content: center;
  }
  .img-lista-header .imagen-lista {
    width: 200px;
    height: 200px;
  }
  .datos-lista-header {
    grid-area: datos-lista-header;
    grid-column: 3/5;
    grid-row: 1/2;
  }
  .datos-lista-header h1 {
    margin-bottom: 15px;
    font-size: 1.6em;
    color: #392E48;
  }
  .datos-lista-header h1.dark {
    color: #ffffff;
  }
  .datos-lista-header h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1em;
    color: #392E48;
  }
  .datos-lista-header h2.dark {
    color: #ffffff;
  }
  .botones-lista-header {
    grid-area: botones-lista-header;
    grid-column: 3/5;
    grid-row: 2/3;
    display: flex;
    align-items: center;
  }
  .botones-lista-header .botones-lista-interaccion {
    display: flex;
    list-style: none;
    padding-left: 0 !important;
  }
  .botones-lista-header .link-lista-header {
    border-radius: 50px;
    border: 1px solid #320946;
    color: #320946;
    padding: 10px 30px;
    margin-right: 20px;
    min-width: 200px;
    text-align: center;
  }
  .botones-lista-header .link-lista-header.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .botones-lista-header .link-lista-header:hover {
    background-color: #320946;
    color: #ffffff;
  }
  .botones-lista-header .eliminar-lista {
    color: red;
  }
  .lista-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lista-container .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 50vw;
    width: 100%;
    margin: 0 15px;
  }
  .lista-container .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
}
@media (max-width: 575.98px){
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
}
@media (min-width: 1200px){
  .img-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .datos-lista-header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .botones-lista-header {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
}
.grid-notification {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "icon-notification notification" "icon-notification link-notification";
  position: absolute;
  top: 2%;
  left: 3%;
  z-index: 1;
  background-color: rgba(36, 27, 49, 0.9);
  width: 349px;
  max-width: 350px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #FE6759;
}

.icon-notification {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: icon-notification;
  grid-column: 1/2;
  grid-row: 1/3;
}

.notification {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: notification;
  grid-column: 2/3;
  grid-row: 1/2;
}
.notification p {
  margin-bottom: 10px;
}

.link-notification {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: icon-notification;
  grid-column: 2/3;
  grid-row: 2/3;
}
.link-notification h6 {
  color: #FE6759;
  margin: 0;
}

.grid-notification-error {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "icon-notification-error notification-error" "icon-notification-error notification-error";
  position: absolute;
  top: 2%;
  left: 3%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 350px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #fa3b3b;
}
.grid-notification-error.dark {
  background-color: rgba(28, 24, 45, 0.7);
}

.icon-notification-error {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: icon-notification-error;
  grid-column: 1/2;
  grid-row: 1/3;
}

.notification-error {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: notification-error;
  grid-column: 2/3;
  grid-row: 1/3;
  display: flex;
  align-items: center;
}
.notification-error p {
  margin-bottom: 10px;
  color: #fa3b3b;
}

.erase-notification {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.notification-seen {
  position: absolute;
  right: 10px;
  top: 10px;
}

.switch-container .switch-button-container {
  display: flex;
  align-items: center;
}
.switch-container .switch-button-container img {
  margin-right: 10px;
}
.switch-container p {
  color: #320946;
  margin-bottom: 10px;
}
.switch-container p.dark {
  color: #BB86FC;
}
.switch-container .switch-button {
  display: inline-block;
  margin-top: 10px;
}
.switch-container .switch-button .switch-button__checkbox {
  display: none;
}
.switch-container .switch-button .switch-button__label {
  background-color: #320946;
  width: 3.5rem;
  height: 1.5rem;
  border-radius: 3rem;
  display: inline-block;
  position: relative;
}
.switch-container .switch-button .switch-button__label.dark {
  background-color: #BB86FC;
}
.switch-container .switch-button .switch-button__label:before {
  transition: 0.2s;
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ededed;
  content: "";
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 1px #d6d6d6;
}
.switch-container .switch-button .switch-button__checkbox:checked + .switch-button__label {
  background-color: #fafafa;
}
.switch-container .switch-button .switch-button__checkbox:checked + .switch-button__label.dark {
  background-color: #e1637a;
}
.switch-container .switch-button .switch-button__checkbox:checked + .switch-button__label:before {
  transform: translateX(2rem);
}

/** Mobile **/
@media (max-width: 575.98px) {
  .grid-avatar {
    display: grid;
    grid-template-columns: 0.2fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "avatar hi" "avatar name";
    margin-bottom: 10px;
  }
  .avatar {
    grid-area: avatar;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .avatar img {
    width: 50px;
    border-radius: 50% !important;
  }
  .hi {
    grid-area: hi;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .name {
    grid-area: name;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .name h5 {
    color: #320946 !important;
    margin: 0;
    font-size: 1.2em;
  }
  .name h5.dark {
    color: #BB86FC !important;
  }
}
/** landscape **/
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-avatar {
    display: grid;
    grid-template-columns: 0.2fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "avatar hi" "avatar name";
    margin-bottom: 10px;
  }
  .avatar {
    grid-area: avatar;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .avatar img {
    width: 50px;
    border-radius: 50% !important;
  }
  .hi {
    grid-area: hi;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .name {
    grid-area: name;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .name h5 {
    color: #320946 !important;
    margin: 0;
    font-size: 1em;
  }
  .name h5.dark {
    color: #BB86FC !important;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
/** tablets **/
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-avatar {
    display: grid;
    grid-template-columns: 0.1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "avatar hi" "avatar name";
    margin-bottom: 10px;
  }
  .avatar {
    grid-area: avatar;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .avatar img {
    width: 50px;
    border-radius: 50% !important;
  }
  .hi {
    grid-area: hi;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .name {
    grid-area: name;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .name h5 {
    color: #320946 !important;
    margin: 0;
    font-size: 1.5em;
  }
  .name h5.dark {
    color: #BB86FC !important;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
/** escritorio mediano **/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-avatar {
    display: grid;
    grid-template-columns: 0.125fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "avatar hi" "avatar name";
    margin-bottom: 10px;
  }
  .avatar {
    grid-area: avatar;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .avatar img {
    width: 50px;
    border-radius: 50% !important;
  }
  .hi {
    grid-area: hi;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .name {
    grid-area: name;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .name h5 {
    color: #320946 !important;
    margin: 0;
    font-size: 1em;
  }
  .name h5.dark {
    color: #BB86FC !important;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
/** escritorio grande **/
@media (min-width: 1200px) {
  .grid-avatar {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "avatar hi" "avatar name";
    margin-bottom: 10px;
  }
  .avatar {
    grid-area: avatar;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .avatar img {
    width: 50px;
    border-radius: 50% !important;
  }
  .hi {
    grid-area: hi;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .name {
    grid-area: name;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .name h5 {
    color: #320946 !important;
    margin: 0;
    font-size: 1.4em;
  }
  .name h5.dark {
    color: #BB86FC !important;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px){
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px){
  .avatar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .hi {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
#footer-menu .footer-menu-elements {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0 !important;
  padding: 0 !important;
}
#footer-menu .footer-menu-elements li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer-menu .footer-menu-elements li span {
  margin: 10px 0 5px 0 !important;
}
#footer-menu .footer-menu-elements li small {
  margin: 0 0 10px 0;
  font-size: 0.6em;
  color: #392E48;
}
#footer-menu .footer-menu-elements li small.dark {
  color: #ffffff;
}
#footer-menu .uk-icon-image {
  width: 29px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.full-menu {
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/** mobile **/
@media (max-width: 575.98px) {
  nav .grid-nav-mobile {
    display: grid;
    grid-template-columns: 0.35fr 3fr 0.25fr;
    grid-template-rows: auto;
    grid-template-areas: "logo-mobile search-mobile menu-mobile";
  }
  nav .grid-nav-mobile * {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav .logo-mobile {
    grid-area: logo-mobile;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  nav .search-mobile {
    grid-area: search-mobile;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0 20px;
  }
  nav .search-mobile h1 {
    color: #392E48;
    font-size: 1.2em;
    margin: 0;
  }
  nav .search-mobile h1.dark {
    color: #ffffff;
  }
  nav .menu-mobile {
    grid-area: menu-mobile;
    grid-column: 3/4;
    grid-row: 1/2;
  }
  nav .link-jaframia {
    grid-area: link-jaframia;
    grid-column: 3/4;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .nav {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .primary-menu-movil, .secondary-menu-movil {
    list-style: none;
  }
  .primary-menu-movil li, .secondary-menu-movil li {
    margin: 15px 0;
    color: #392E48;
    font-size: 1em;
  }
  .primary-menu-movil li.dark, .secondary-menu-movil li.dark {
    color: #ffffff;
  }
  .secondary-buttons {
    list-style: none;
  }
  .secondary-buttons li {
    margin: 15px 0;
    color: #392E48;
    font-size: 1em;
  }
  .secondary-buttons li.dark {
    color: #ffffff;
  }
  .redes-menu p {
    color: #320946;
    margin-bottom: 15px;
  }
  .redes-menu p.dark {
    color: #BB86FC;
  }
  .grid-nav {
    display: none !important;
  }
}
/** landscape **/
@media (min-width: 576px) and (max-width: 767.98px) {
  nav {
    /******************************/
  }
  nav .grid-nav-mobile {
    display: grid;
    grid-template-columns: 0.35fr 3fr 0.25fr;
    grid-template-rows: auto;
    grid-template-areas: "logo-mobile search-mobile menu-mobile";
  }
  nav .grid-nav-mobile * {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav .logo-mobile {
    grid-area: logo-mobile;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  nav .search-mobile {
    grid-area: search-mobile;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0 20px;
  }
  nav .search-mobile h1 {
    color: #392E48;
    font-size: 1.2em;
    margin: 0;
  }
  nav .search-mobile h1.dark {
    color: #ffffff;
  }
  nav .menu-mobile {
    grid-area: menu-mobile;
    grid-column: 3/4;
    grid-row: 1/2;
  }
  nav .link-jaframia {
    grid-area: link-jaframia;
    grid-column: 3/4;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .nav {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .primary-menu-movil, .secondary-menu-movil {
    list-style: none;
  }
  .primary-menu-movil li, .secondary-menu-movil li {
    margin: 20px 0;
    color: #392E48;
    font-size: 1em;
  }
  .primary-menu-movil li.dark, .secondary-menu-movil li.dark {
    color: #ffffff;
  }
  .secondary-buttons {
    list-style: none;
  }
  .secondary-buttons li {
    margin: 20px 0;
    color: #392E48;
    font-size: 1em;
  }
  .secondary-buttons li.dark {
    color: #ffffff;
  }
  .grid-nav {
    display: none !important;
  }
  nav .logo-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  nav .search-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  nav .menu-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
/** tabletas **/
@media (min-width: 768px) and (max-width: 991.98px) {
  nav {
    /******************************/
  }
  nav .grid-nav-mobile {
    display: grid;
    grid-template-columns: 0.35fr 3fr 0.25fr;
    grid-template-rows: auto;
    grid-template-areas: "logo-mobile search-mobile menu-mobile";
  }
  nav .grid-nav-mobile * {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav .logo-mobile {
    grid-area: logo-mobile;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  nav .search-mobile {
    grid-area: search-mobile;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0 20px;
  }
  nav .search-mobile h1 {
    color: #392E48;
    font-size: 1.2em;
    margin: 0;
  }
  nav .search-mobile h1.dark {
    color: #ffffff;
  }
  nav .menu-mobile {
    grid-area: menu-mobile;
    grid-column: 3/4;
    grid-row: 1/2;
  }
  nav .link-jaframia {
    grid-area: link-jaframia;
    grid-column: 3/4;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .nav {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .primary-menu-movil, .secondary-menu-movil {
    list-style: none;
  }
  .primary-menu-movil li, .secondary-menu-movil li {
    margin: 20px 0;
    color: #392E48;
    font-size: 1em;
  }
  .primary-menu-movil li.dark, .secondary-menu-movil li.dark {
    color: #ffffff;
  }
  .secondary-buttons {
    list-style: none;
  }
  .secondary-buttons li {
    margin: 20px 0;
    color: #392E48;
    font-size: 1em;
  }
  .secondary-buttons li.dark {
    color: #ffffff;
  }
  .grid-nav {
    display: none !important;
  }
  nav .logo-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  nav .search-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  nav .menu-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  nav .logo-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  nav .search-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  nav .menu-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
/** escritorio mediano **/
@media (min-width: 992px) and (max-width: 1199.98px) {
  nav {
    border-bottom: 1px solid #fafafa;
    padding-bottom: 10px;
  }
  nav.dark {
    border-bottom: 1px solid #e1637a;
  }
  nav .grid-nav {
    display: grid;
    grid-template-columns: 0.5fr 2.3fr 0.7fr 0.65fr;
    grid-template-rows: auto;
    grid-template-areas: "logo principal-menu search menu-icons";
  }
  nav .logo {
    grid-area: logo;
    grid-column: 1/2;
    grid-row: auto;
  }
  nav .principal-menu {
    grid-area: principal-menu;
    grid-column: 2/3;
    grid-row: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav .principal-menu ul {
    margin: 0;
    display: flex;
  }
  nav .principal-menu ul li {
    list-style: none;
    margin-right: 15px;
    color: #392E48;
  }
  nav .principal-menu ul li.dark {
    color: #ffffff;
  }
  nav .principal-menu ul li span {
    min-width: 20px !important;
  }
  nav .principal-menu .menu-line-1 {
    border-bottom: 3px solid #e7164a;
    padding-bottom: 5px;
  }
  nav .principal-menu .menu-line-2 {
    border-bottom: 3px solid #02b7ff;
    padding-bottom: 5px;
  }
  nav .principal-menu .menu-line-3 {
    border-bottom: 3px solid #FFC300;
    padding-bottom: 5px;
  }
  nav .principal-menu .menu-line-4 {
    border-bottom: 3px solid #A8DE15;
    padding-bottom: 5px;
  }
  nav .search-jaframia {
    grid-area: search-jaframia;
    grid-column: 3/4;
    grid-row: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav .menu-icons {
    grid-area: menu-icons;
    grid-column: 4/5;
    grid-row: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav .menu-icons ul {
    margin: 0;
    padding: 0;
    display: flex;
  }
  nav .menu-icons ul li {
    list-style: none;
  }
}
/** escritorio grande **/
@media (min-width: 1200px) {
  nav {
    max-width: 1680px;
    border-bottom: 1px solid #eeeeee !important;
    padding-bottom: 10px;
  }
  nav.dark {
    border-bottom: 1px solid #e1637a;
  }
  nav .grid-nav {
    display: grid;
    grid-template-columns: 0.5fr 2.1fr 0.9fr 0.65fr;
    grid-template-rows: auto;
    grid-template-areas: "logo principal-menu search menu-icons";
    max-width: 1920px;
  }
  nav .logo {
    grid-area: logo;
    grid-column: 1/2;
    grid-row: auto;
  }
  nav .principal-menu {
    grid-area: principal-menu;
    grid-column: 2/3;
    grid-row: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav .principal-menu ul {
    margin: 0;
    display: flex;
  }
  nav .principal-menu ul li {
    list-style: none;
    margin-right: 20px;
    color: #392E48;
  }
  nav .principal-menu ul li.dark {
    color: #ffffff;
  }
  nav .principal-menu .menu-line-1 {
    border-bottom: 3px solid #e7164a;
    padding-bottom: 5px;
  }
  nav .principal-menu .menu-line-2 {
    border-bottom: 3px solid #02b7ff;
    padding-bottom: 5px;
  }
  nav .principal-menu .menu-line-3 {
    border-bottom: 3px solid #FFC300;
    padding-bottom: 5px;
  }
  nav .principal-menu .menu-line-4 {
    border-bottom: 3px solid #A8DE15;
    padding-bottom: 5px;
  }
  nav .search-jaframia {
    grid-area: search-jaframia;
    grid-column: 3/4;
    grid-row: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav .menu-icons {
    grid-area: menu-icons;
    grid-column: 4/5;
    grid-row: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #320946;
  }
  nav .menu-icons.dark {
    border-left: 1px solid #BB86FC;
  }
  nav .menu-icons ul {
    margin: 0;
    padding: 0;
    display: flex;
  }
  nav .menu-icons ul li {
    list-style: none;
  }
  nav .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  nav .principal-menu {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  nav .menu-icons {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
}
.full-menu {
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/** mobile **/
@media (max-width: 575.98px) {
  .nav-aprendizaje {
    /******************************/
  }
  .nav-aprendizaje .grid-nav-mobile-aprendizaje {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "logo-mobile-aprendizaje menu-mobile-aprendizaje";
  }
  .nav-aprendizaje .logo-mobile-aprendizaje {
    grid-area: logo-mobile-aprendizaje;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .nav-aprendizaje .menu-mobile-aprendizaje {
    grid-area: menu-mobile;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .grid-nav-aprendizaje {
    display: none !important;
  }
}
/** landscape **/
@media (min-width: 576px) and (max-width: 767.98px) {
  .nav-aprendizaje {
    /******************************/
  }
  .nav-aprendizaje .grid-nav-mobile-aprendizaje {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "logo-mobile-aprendizaje menu-mobile-aprendizaje";
  }
  .nav-aprendizaje .logo-mobile-aprendizaje {
    grid-area: logo-mobile-aprendizaje;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .nav-aprendizaje .menu-mobile-aprendizaje {
    grid-area: menu-mobile;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .grid-nav-aprendizaje {
    display: none !important;
  }
  .nav-aprendizaje .logo-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
/** tabletas **/
@media (min-width: 768px) and (max-width: 991.98px) {
  .nav-aprendizaje {
    /******************************/
  }
  .nav-aprendizaje .grid-nav-mobile-aprendizaje {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "logo-mobile-aprendizaje menu-mobile-aprendizaje";
  }
  .nav-aprendizaje .logo-mobile-aprendizaje {
    grid-area: logo-mobile-aprendizaje;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .nav-aprendizaje .menu-mobile-aprendizaje {
    grid-area: menu-mobile;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .grid-nav-aprendizaje {
    display: none !important;
  }
  .nav-aprendizaje .logo-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-aprendizaje .logo-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px){
  .nav-aprendizaje .logo-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-aprendizaje .logo-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-aprendizaje .logo-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .nav-aprendizaje .logo-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-aprendizaje .logo-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .nav-aprendizaje .logo-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px){
  nav .logo-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  nav .search-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  nav .menu-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  nav .logo-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  nav .search-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  nav .menu-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  nav .logo-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  nav .search-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  nav .menu-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .nav-aprendizaje .menu-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .nav-aprendizaje .menu-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .nav-aprendizaje .menu-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  nav .logo-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  nav .search-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  nav .menu-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  nav .logo-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  nav .search-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  nav .menu-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .nav-aprendizaje .menu-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .nav-aprendizaje .menu-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .nav-aprendizaje .menu-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  nav .logo-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  nav .search-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  nav .menu-mobile {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .nav-aprendizaje .menu-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .nav-aprendizaje .menu-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .nav-aprendizaje .menu-mobile-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
/** escritorio mediano **/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .nav-aprendizaje {
    max-width: 1680px;
    border-bottom: 1px solid #eeeeee !important;
    padding-bottom: 10px;
  }
  .nav-aprendizaje.dark {
    border-bottom: 1px solid #e1637a;
  }
  .nav-aprendizaje .grid-nav-aprendizaje {
    display: grid;
    grid-template-columns: 200px 1fr 100px;
    grid-template-rows: auto;
    grid-template-areas: "logo menu-botones-aprendizaje menu-icons-aprendizaje";
    max-width: 1920px;
  }
  .nav-aprendizaje .logo {
    grid-area: logo;
    grid-column: 1/2;
    grid-row: auto;
  }
  .nav-aprendizaje .menu-botones-aprendizaje {
    grid-area: menu-botones-aprendizaje;
    grid-column: 2/3;
    grid-row: auto;
    display: flex;
    justify-content: flex-end !important;
    align-items: center;
  }
  .nav-aprendizaje .menu-botones-aprendizaje .transparent-button {
    padding: 5px 25px;
    margin-left: 10px !important;
    margin-right: 0px !important;
    background-color: rgba(192, 192, 192, 0.3);
    font-size: 1em;
    color: #320946;
    max-width: 300px !important;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #320946;
    cursor: pointer;
  }
  .nav-aprendizaje .menu-botones-aprendizaje .transparent-button.dark {
    background-color: rgba(50, 9, 70, 0.3);
    color: #BB86FC;
    border: 1px solid #BB86FC;
  }
  .nav-aprendizaje .menu-icons-aprendizaje {
    grid-area: menu-icons-aprendizaje;
    grid-column: 3/4;
    grid-row: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-aprendizaje .menu-icons-aprendizaje ul {
    margin: 0;
    padding: 0;
    display: flex;
  }
  .nav-aprendizaje .menu-icons-aprendizaje ul li {
    list-style: none;
  }
  .nav-aprendizaje .grid-nav-aprendizaje > .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-aprendizaje .grid-nav-aprendizaje > .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
/** escritorio grande **/
@media (min-width: 1200px) {
  .nav-aprendizaje {
    max-width: 1680px;
    border-bottom: 1px solid #eeeeee !important;
    padding-bottom: 10px;
  }
  .nav-aprendizaje.dark {
    border-bottom: 1px solid #e1637a;
  }
  .nav-aprendizaje .grid-nav-aprendizaje {
    display: grid;
    grid-template-columns: 200px 1fr 100px;
    grid-template-rows: auto;
    grid-template-areas: "logo menu-botones-aprendizaje menu-icons-aprendizaje";
    max-width: 1920px;
  }
  .nav-aprendizaje .logo {
    grid-area: logo;
    grid-column: 1/2;
    grid-row: auto;
  }
  .nav-aprendizaje .menu-botones-aprendizaje {
    grid-area: menu-botones-aprendizaje;
    grid-column: 2/3;
    grid-row: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-aprendizaje .menu-botones-aprendizaje .transparent-button {
    padding: 5px 25px;
    margin-left: 10px !important;
    margin-right: 0px !important;
    background-color: rgba(192, 192, 192, 0.3);
    font-size: 1em;
    color: #320946;
    max-width: 300px !important;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #320946;
    cursor: pointer;
  }
  .nav-aprendizaje .menu-botones-aprendizaje .transparent-button.dark {
    background-color: rgba(50, 9, 70, 0.3);
    color: #BB86FC;
    border: 1px solid #BB86FC;
  }
  .nav-aprendizaje .menu-icons-aprendizaje {
    grid-area: menu-icons-aprendizaje;
    grid-column: 3/4;
    grid-row: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-aprendizaje .menu-icons-aprendizaje ul {
    margin: 0;
    padding: 0;
    display: flex;
  }
  .nav-aprendizaje .menu-icons-aprendizaje ul li {
    list-style: none;
  }
  .nav-aprendizaje .grid-nav-aprendizaje > .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-aprendizaje .grid-nav-aprendizaje > .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-aprendizaje .grid-nav-aprendizaje > .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-aprendizaje .grid-nav-aprendizaje > .menu-botones-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .nav-aprendizaje .grid-nav-aprendizaje > .menu-icons-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.menu-container-desktop {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 0.25fr 0.5fr 1fr;
  grid-template-areas: "avatar-menu-desktop avatar-menu-desktop avatar-menu-desktop" "menu-desktop-1 menu-desktop-2 menu-desktop-3" "tema-menu-desktop redes-menu-desktop .";
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.avatar-menu-desktop {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: avatar-menu-desktop;
  grid-column: 1/4;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-desktop-1 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: menu-desktop-1;
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
}
.menu-desktop-1 .primary-menu-desktop {
  list-style: none;
}
.menu-desktop-1 .primary-menu-desktop li {
  margin: 20px 0;
  color: #392E48;
  font-size: 1em;
}
.menu-desktop-1 .primary-menu-desktop li.dark {
  color: #ffffff;
}

.menu-desktop-2 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: menu-desktop-2;
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
}
.menu-desktop-2 .secondary-menu-desktop {
  list-style: none;
}
.menu-desktop-2 .secondary-menu-desktop li {
  margin: 20px 0;
  color: #392E48;
  font-size: 1em;
}
.menu-desktop-2 .secondary-menu-desktop li.dark {
  color: #ffffff;
}

.menu-desktop-3 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: menu-desktop-3;
  grid-column: 3/4;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
}
.menu-desktop-3 .secondary-buttons-desktop {
  list-style: none;
}
.menu-desktop-3 .secondary-buttons-desktop li {
  margin: 20px 0;
  color: #392E48;
  font-size: 1em;
}
.menu-desktop-3 .secondary-buttons-desktop li.dark {
  color: #ffffff;
}

.tema-menu-desktop {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: tema-menu-desktop;
  grid-column: 1/2;
  grid-row: 3/4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.redes-menu-desktop {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: redes-menu-desktop;
  grid-column: 2/3;
  grid-row: 3/4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.redes-menu-desktop p {
  margin-bottom: 15px;
}

.menu-container-desktop-aprendizaje {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 0.25fr 0.5fr 1fr;
  grid-template-areas: "avatar-menu-desktop-aprendizaje avatar-menu-desktop-aprendizaje avatar-menu-desktop-aprendizaje" "menu-desktop-1-aprendizaje menu-desktop-2-aprendizaje menu-desktop-3-aprendizaje" "tema-menu-desktop-aprendizaje redes-menu-desktop-aprendizaje .";
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.avatar-menu-desktop-aprendizaje {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: avatar-menu-desktop-aprendizaje;
  grid-column: 1/4;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-desktop-1-aprendizaje {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: menu-desktop-1-aprendizaje;
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
}
.menu-desktop-1-aprendizaje .primary-menu-desktop-aprendizaje {
  list-style: none;
}
.menu-desktop-1-aprendizaje .primary-menu-desktop-aprendizaje li {
  margin: 20px 0;
  color: #392E48;
  font-size: 1em;
}
.menu-desktop-1-aprendizaje .primary-menu-desktop-aprendizaje li.dark {
  color: #ffffff;
}

.menu-desktop-2-aprendizaje {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: menu-desktop-2-aprendizaje;
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
}
.menu-desktop-2-aprendizaje .secondary-menu-desktop-aprendizaje {
  list-style: none;
}
.menu-desktop-2-aprendizaje .secondary-menu-desktop-aprendizaje li {
  margin: 20px 0;
  color: #392E48;
  font-size: 1em;
}
.menu-desktop-2-aprendizaje .secondary-menu-desktop-aprendizaje li.dark {
  color: #ffffff;
}

.menu-desktop-3-aprendizaje {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: menu-desktop-3-aprendizaje;
  grid-column: 3/4;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
}
.menu-desktop-3-aprendizaje .secondary-buttons-desktop-aprendizaje {
  list-style: none;
}
.menu-desktop-3-aprendizaje .secondary-buttons-desktop-aprendizaje li {
  margin: 20px 0;
  color: #392E48;
  font-size: 1em;
}
.menu-desktop-3-aprendizaje .secondary-buttons-desktop-aprendizaje li.dark {
  color: #ffffff;
}

.tema-menu-desktop-aprendizaje {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: tema-menu-desktop-aprendizaje;
  grid-column: 1/2;
  grid-row: 3/4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.redes-menu-desktop-aprendizaje {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: redes-menu-desktop-aprendizaje;
  grid-column: 2/3;
  grid-row: 3/4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.redes-menu-desktop-aprendizaje p {
  margin-bottom: 15px;
}

@media (max-width: 575.98px) {
  .back-container {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .back-container {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .back-container {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .back-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    padding: 0px !important;
  }
}
@media (min-width: 1200px) {
  .back-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    padding: 0px !important;
  }
}
@media (max-width: 575.98px) {
  .grid-interior-eventos {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "titulo-eventos" "video-eventos" "chat-eventos";
    padding: 15px;
  }
  .titulo-eventos {
    grid-area: titulo-eventos;
    grid-column: 1/2;
    grid-row: 1/2;
    padding-bottom: 20px;
  }
  .titulo-eventos small {
    color: #392E48;
  }
  .titulo-eventos small.dark {
    color: #ffffff;
  }
  .video-eventos {
    grid-area: video-eventos;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .video-eventos iframe {
    margin-bottom: 20px;
  }
  .video-eventos p {
    margin-top: 15px;
    margin-left: 10px;
  }
  .chat-eventos {
    grid-area: chat-eventos;
    grid-column: 1/2;
    grid-row: 3/4;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50vh 18vh;
    grid-template-areas: "chat" "message";
    padding: 15px;
    border-top: 3px solid #BB86FC;
  }
  .chat-eventos.dark {
    background-color: #110f1c;
    border-top: 3px solid #e1637a;
  }
  .chat {
    grid-area: chat;
    grid-column: 1/2;
    grid-row: 1/2;
    overflow-y: scroll;
  }
  .chat p {
    margin-bottom: 5px;
    word-break: break-all;
    color: #392E48;
  }
  .chat p.dark {
    color: #ffffff;
  }
  .chat .user-color {
    color: #320946;
    font-weight: 700;
  }
  .chat .user-color.dark {
    color: #BB86FC;
  }
  .message {
    grid-area: message;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .message .message-area {
    width: 80%;
    padding: 10px;
    color: #392E48;
    font-weight: 300;
    min-height: 80px;
    background-color: transparent;
    border: 1px solid #BB86FC;
  }
  .message .message-area.dark {
    color: #ffffff;
    border: 1px solid #e1637a;
  }
  .message .message-area:focus-visible {
    background: transparent !important;
    background-color: transparent;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-interior-eventos {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 0.65fr;
    grid-template-rows: auto auto;
    grid-template-areas: "titulo-eventos titulo-eventos" "video-eventos chat-eventos";
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
  .titulo-eventos {
    grid-area: titulo-eventos;
    grid-column: 1/3;
    grid-row: 1/2;
    padding-bottom: 20px;
  }
  .titulo-eventos small {
    color: #392E48;
  }
  .titulo-eventos small.dark {
    color: #ffffff;
  }
  .video-eventos {
    grid-area: video-eventos;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .video-eventos iframe {
    margin-bottom: 20px;
  }
  .video-eventos p {
    margin-top: 15px;
    margin-left: 10px;
  }
  .chat-eventos {
    grid-area: chat-eventos;
    grid-column: 2/3;
    grid-row: 2/3;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 40vh 15vh;
    grid-template-areas: "chat" "message";
    padding: 15px;
    border-top: 3px solid #BB86FC;
  }
  .chat-eventos.dark {
    background-color: #110f1c;
    border-top: 3px solid #e1637a;
  }
  .chat {
    grid-area: chat;
    grid-column: 1/2;
    grid-row: 1/2;
    overflow-y: scroll;
  }
  .chat p {
    margin-bottom: 5px;
    word-break: break-all;
    color: #392E48;
  }
  .chat p.dark {
    color: #ffffff;
  }
  .chat .user-color {
    color: #320946;
    font-weight: 700;
  }
  .chat .user-color.dark {
    color: #BB86FC;
  }
  .message {
    grid-area: message;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .message .message-area {
    width: 80%;
    padding: 10px;
    color: #392E48;
    font-weight: 300;
    min-height: 80px;
    background-color: transparent;
    border: 1px solid #BB86FC;
  }
  .message .message-area.dark {
    color: #ffffff;
    border: 1px solid #e1637a;
  }
  .message .message-area:focus-visible {
    background: transparent !important;
    background-color: transparent;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-interior-eventos {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 0.65fr;
    grid-template-rows: auto auto;
    grid-template-areas: "titulo-eventos titulo-eventos" "video-eventos chat-eventos";
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
  .titulo-eventos {
    grid-area: titulo-eventos;
    grid-column: 1/3;
    grid-row: 1/2;
    padding-bottom: 20px;
  }
  .titulo-eventos small {
    color: #392E48;
  }
  .titulo-eventos small.dark {
    color: #ffffff;
  }
  .video-eventos {
    grid-area: video-eventos;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .video-eventos iframe {
    margin-bottom: 20px;
  }
  .video-eventos p {
    margin-top: 15px;
    margin-left: 10px;
  }
  .chat-eventos {
    grid-area: chat-eventos;
    grid-column: 2/3;
    grid-row: 2/3;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 43vh 16vh;
    grid-template-areas: "chat" "message";
    padding: 15px;
    border-top: 3px solid #BB86FC;
  }
  .chat-eventos.dark {
    background-color: #110f1c;
    border-top: 3px solid #e1637a;
  }
  .chat {
    grid-area: chat;
    grid-column: 1/2;
    grid-row: 1/2;
    overflow-y: scroll;
  }
  .chat p {
    margin-bottom: 5px;
    word-break: break-all;
    color: #392E48;
  }
  .chat p.dark {
    color: #ffffff;
  }
  .chat .user-color {
    color: #320946;
    font-weight: 700;
  }
  .chat .user-color.dark {
    color: #BB86FC;
  }
  .message {
    grid-area: message;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .message .message-area {
    width: 80%;
    padding: 10px;
    color: #392E48;
    font-weight: 300;
    min-height: 80px;
    background-color: transparent;
    border: 1px solid #BB86FC;
  }
  .message .message-area.dark {
    color: #ffffff;
    border: 1px solid #e1637a;
  }
  .message .message-area:focus-visible {
    background: transparent !important;
    background-color: transparent;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-interior-eventos {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 0.65fr;
    grid-template-rows: auto auto;
    grid-template-areas: "titulo-eventos titulo-eventos" "video-eventos chat-eventos";
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
  .titulo-eventos {
    grid-area: titulo-eventos;
    grid-column: 1/3;
    grid-row: 1/2;
    padding-bottom: 20px;
  }
  .titulo-eventos small {
    color: #392E48;
  }
  .titulo-eventos small.dark {
    color: #ffffff;
  }
  .video-eventos {
    grid-area: video-eventos;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .video-eventos iframe {
    margin-bottom: 20px;
  }
  .video-eventos p {
    margin-top: 15px;
    margin-left: 10px;
  }
  .chat-eventos {
    grid-area: chat-eventos;
    grid-column: 2/3;
    grid-row: 2/3;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 45vh 16vh;
    grid-template-areas: "chat" "message";
    padding: 15px;
    border-top: 3px solid #BB86FC;
  }
  .chat-eventos.dark {
    background-color: #110f1c;
    border-top: 3px solid #e1637a;
  }
  .chat {
    grid-area: chat;
    grid-column: 1/2;
    grid-row: 1/2;
    overflow-y: scroll;
  }
  .chat p {
    margin-bottom: 5px;
    word-break: break-all;
    color: #392E48;
  }
  .chat p.dark {
    color: #ffffff;
  }
  .chat .user-color {
    color: #320946;
    font-weight: 700;
  }
  .chat .user-color.dark {
    color: #BB86FC;
  }
  .message {
    grid-area: message;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .message .message-area {
    width: 80%;
    padding: 10px;
    color: #392E48;
    font-weight: 300;
    min-height: 80px;
    background-color: transparent;
    border: 1px solid #BB86FC;
  }
  .message .message-area.dark {
    color: #ffffff;
    border: 1px solid #e1637a;
  }
  .message .message-area:focus-visible {
    background: transparent !important;
    background-color: transparent;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .grid-interior-eventos {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 0.65fr;
    grid-template-rows: auto auto;
    grid-template-areas: "titulo-eventos titulo-eventos" "video-eventos chat-eventos";
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
  .titulo-eventos {
    grid-area: titulo-eventos;
    grid-column: 1/3;
    grid-row: 1/2;
    padding-bottom: 20px;
  }
  .titulo-eventos small {
    color: #392E48;
  }
  .titulo-eventos small.dark {
    color: #ffffff;
  }
  .video-eventos {
    grid-area: video-eventos;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .video-eventos iframe {
    margin-bottom: 20px;
  }
  .video-eventos p {
    margin-top: 15px;
    margin-left: 10px;
  }
  .chat-eventos {
    grid-area: chat-eventos;
    grid-column: 2/3;
    grid-row: 2/3;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 45vh 16vh;
    grid-template-areas: "chat" "message";
    padding: 15px;
    border-top: 3px solid #BB86FC;
  }
  .chat-eventos.dark {
    background-color: #110f1c;
    border-top: 3px solid #e1637a;
  }
  .chat {
    grid-area: chat;
    grid-column: 1/2;
    grid-row: 1/2;
    overflow-y: scroll;
  }
  .chat p {
    margin-bottom: 5px;
    word-break: break-all;
    color: #392E48;
  }
  .chat p.dark {
    color: #ffffff;
  }
  .chat .user-color {
    color: #320946;
    font-weight: 700;
  }
  .chat .user-color.dark {
    color: #BB86FC;
  }
  .message {
    grid-area: message;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .message .message-area {
    width: 80%;
    padding: 10px;
    color: #392E48;
    font-weight: 300;
    min-height: 80px;
    background-color: transparent;
    border: 1px solid #BB86FC;
  }
  .message .message-area.dark {
    color: #ffffff;
    border: 1px solid #e1637a;
  }
  .message .message-area:focus-visible {
    background: transparent !important;
    background-color: transparent;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px){
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px){
  .chat {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px){
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1200px){
  .titulo-eventos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .video-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .chat-eventos {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.grid-login {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 80vh 20vh;
  gap: 0px 0px;
  grid-template-areas: "login-form" "jaframia-login-2";
}

.login-form {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: login-form;
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-form img {
  margin-bottom: 30px;
}
.login-form .input-container {
  display: flex;
  align-items: baseline;
}
.login-form input {
  margin-bottom: 25px !important;
  color: #392E48 !important;
  padding: 8px 25px;
  background-color: transparent;
  font-size: 1.2em;
  border-color: transparent;
  border-bottom: 1px solid #320946;
  border-radius: 2px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.login-form input.dark {
  color: #ffffff;
  border-bottom: 1px solid #BB86FC;
}
.login-form input::placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.login-form button {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.jaframia-login-2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: jaframia-login-2;
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.staff-button {
  position: absolute;
  right: 2%;
  top: 5%;
}

.grid-mantenimiento {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 25vh 60vh 15vh;
  gap: 0px 0px;
  grid-template-areas: "mantenimiento-1" "mantenimiento-2" "mantenimiento-3";
}

.mantenimiento-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: mantenimiento-1;
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mantenimiento-1 img {
  margin-bottom: 30px;
}

.mantenimiento-2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: mantenimiento-2;
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mantenimiento-2 .texto-mantenimiento {
  color: #392E48;
}
.mantenimiento-2 .texto-mantenimiento.dark {
  color: #BB86FC;
}

.mantenimiento-3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: mantenimiento-3;
  grid-column: 1/2;
  grid-row: 3/4;
  display: flex;
  justify-content: center;
  align-items: center;
}

/** mobile **/
@media (max-width: 575.98px) {
  .grid-activities {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "activities-title" "activities-principal-container" "activities-dash";
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .activities-title {
    grid-area: activities-title;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 15px;
  }
  .activities-title h1 {
    color: #392E48;
    font-size: 1.3em;
  }
  .activities-title h1.dark {
    color: #ffffff;
  }
  .activities-principal-container {
    grid-area: activities-principal-container;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .activities-principal-container img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .activities-dash {
    grid-area: activities-dash;
    grid-column: 1/2;
    grid-row: 3/4;
    margin-bottom: 20px;
  }
  .activities-dash .right-button {
    display: none !important;
  }
  .activities-dash .left-button {
    display: none !important;
  }
  .activities-dash .activities-dash-container {
    max-height: 80vh !important;
    max-width: 89vw;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
}
/** landscape **/
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-activities {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "activities-title" "activities-principal-container" "activities-dash";
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .activities-title {
    grid-area: activities-title;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 15px;
  }
  .activities-title h1 {
    color: #392E48;
    font-size: 1.3em;
  }
  .activities-title h1.dark {
    color: #ffffff;
  }
  .activities-principal-container {
    grid-area: activities-principal-container;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .activities-principal-container img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .activities-dash {
    grid-area: activities-dash;
    grid-column: 1/2;
    grid-row: 3/4;
    margin-bottom: 20px;
  }
  .activities-dash .right-button {
    display: none !important;
  }
  .activities-dash .left-button {
    display: none !important;
  }
  .activities-dash .activities-dash-container {
    max-height: 80vh !important;
    max-width: 93vw;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
/** Tabletas **/
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-activities {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "activities-title" "activities-principal-container" "activities-dash";
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .activities-title {
    grid-area: activities-title;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 15px;
  }
  .activities-title h1 {
    color: #392E48;
    font-size: 1.3em;
  }
  .activities-title h1.dark {
    color: #ffffff;
  }
  .activities-principal-container {
    grid-area: activities-principal-container;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .activities-principal-container img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .activities-dash {
    grid-area: activities-dash;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
  }
  .activities-dash .activities-dash-container {
    max-height: 80vh !important;
    max-width: 64vw;
    display: flex;
    padding: 20px;
    margin: 0 15px;
    overflow-x: auto;
    border: 1px solid #320946;
    border-radius: 7px;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .activities-dash .activities-dash-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
/** escritorio mediano **/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-activities {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "activities-title" "activities-principal-container" "activities-dash";
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .activities-title {
    grid-area: activities-title;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 15px;
  }
  .activities-title h1 {
    color: #392E48;
    font-size: 1.3em;
  }
  .activities-title h1.dark {
    color: #ffffff;
  }
  .activities-principal-container {
    grid-area: activities-principal-container;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .activities-principal-container img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .activities-dash {
    grid-area: activities-dash;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
  }
  .activities-dash .activities-dash-container {
    max-height: 80vh !important;
    max-width: 50vw;
    display: flex;
    padding: 20px;
    margin: 0 15px;
    overflow-x: auto;
    border: 1px solid #320946;
    border-radius: 7px;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .activities-dash .activities-dash-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
/** escritorio grande **/
@media (min-width: 1200px) {
  .grid-activities {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "activities-title" "activities-principal-container" "activities-dash";
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .activities-title {
    grid-area: activities-title;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 15px;
  }
  .activities-title h1 {
    color: #392E48;
    font-size: 1.3em;
  }
  .activities-title h1.dark {
    color: #ffffff;
  }
  .activities-principal-container {
    grid-area: activities-principal-container;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .activities-principal-container img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .activities-dash {
    grid-area: activities-dash;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
  }
  .activities-dash .activities-dash-container {
    max-height: 80vh !important;
    max-width: 50vw;
    display: flex;
    overflow-x: auto !important;
    margin: 0 15px;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .activities-dash .activities-dash-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px){
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px){
  .activities-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-principal-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .activities-dash {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px) {
  .grid-aprendizaje {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "aprendizaje-title-container" "aprendizaje-container" "historial-container";
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
  }
  .grid-aprendizaje .right-button {
    display: none !important;
  }
  .grid-aprendizaje .left-button {
    display: none !important;
  }
  .aprendizaje-title-container {
    grid-area: aprendizaje-title-container;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .aprendizaje-container {
    grid-area: aprendizaje-container;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .historial-container {
    grid-area: historial-container;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 15px;
  }
  .historial-container .uk-category-title {
    margin-bottom: 20px;
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-aprendizaje {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "aprendizaje-title-container" "aprendizaje-container" "historial-container";
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
  }
  .grid-aprendizaje .right-button {
    display: none !important;
  }
  .grid-aprendizaje .left-button {
    display: none !important;
  }
  .aprendizaje-title-container {
    grid-area: aprendizaje-title-container;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .aprendizaje-container {
    grid-area: aprendizaje-container;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .historial-container {
    grid-area: historial-container;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 15px;
  }
  .historial-container .uk-category-title {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .aprendizaje-title-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .aprendizaje-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .historial-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px){
  .aprendizaje-title-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .aprendizaje-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .historial-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .aprendizaje-title-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .aprendizaje-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .historial-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .aprendizaje-title-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .aprendizaje-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .historial-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-aprendizaje {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
  .grid-aprendizaje .h-scroll-container {
    width: 100%;
  }
  .grid-aprendizaje .h-scroll-container .bg-h-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .grid-aprendizaje .h-scroll-container .bg-h-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-aprendizaje .uk-aprendizaje-title {
    margin: 30px 0 20px;
  }
  .grid-aprendizaje .aprendizaje-scroll-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .grid-aprendizaje .aprendizaje-scroll-container .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    width: 100%;
    margin: 0 15px;
  }
  .grid-aprendizaje .aprendizaje-scroll-container .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-aprendizaje .historial-container {
    padding: 15px 0;
  }
  .grid-aprendizaje .historial-container .uk-category-title {
    margin-bottom: 20px;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-aprendizaje {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
  .grid-aprendizaje .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    width: 100%;
  }
  .grid-aprendizaje .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-aprendizaje .uk-aprendizaje-title {
    margin: 40px 0 20px;
  }
  .grid-aprendizaje .aprendizaje-scroll-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .grid-aprendizaje .aprendizaje-scroll-container .h-scroll-container {
    height: auto;
    width: 100%;
    margin: 0 15px;
  }
  .grid-aprendizaje .aprendizaje-scroll-container .h-scroll-container .bg-h-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .grid-aprendizaje .aprendizaje-scroll-container .h-scroll-container .bg-h-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-aprendizaje .historial-container {
    padding: 15px 0;
  }
  .grid-aprendizaje .historial-container .uk-category-title {
    margin-bottom: 20px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .grid-aprendizaje {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
  .grid-aprendizaje .uk-aprendizaje-title {
    margin: 40px 0 20px !important;
  }
  .grid-aprendizaje .aprendizaje-scroll-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .grid-aprendizaje .aprendizaje-scroll-container .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    width: 100%;
    margin: 0 15px;
  }
  .grid-aprendizaje .aprendizaje-scroll-container .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .historial-container {
    padding: 15px 0;
  }
  .historial-container .uk-category-title {
    margin-bottom: 20px;
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .grid-dame-5 {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "dame-5-video-principal" "dame-5-folleto" "dame-5-videos" "dame-5-title-descargables" "dame-5-descargables";
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
  }
  .grid-dame-5 .right-button {
    display: none !important;
  }
  .grid-dame-5 .left-button {
    display: none !important;
  }
  .grid-dame-5 .right-button {
    display: none !important;
  }
  .grid-dame-5 .left-button {
    display: none !important;
  }
  .dame-5-video-principal {
    grid-area: dame-5-video-principal;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .dame-5-video-principal .meses-list-nav {
    list-style: none;
    display: flex;
  }
  .dame-5-video-principal .meses-list-nav li {
    color: #392E48;
    margin-right: 15px;
  }
  .dame-5-video-principal .meses-list-nav li.active {
    border-bottom: 3px solid #BB86FC;
  }
  .dame-5-video-principal .meses-list-nav li.dark {
    color: #ffffff;
  }
  .dame-5-folleto {
    grid-area: dame-5-folleto;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 15px 0px 15px;
  }
  .dame-5-folleto h1 {
    color: #320946;
    font-size: 18px;
    margin: 0;
  }
  .dame-5-folleto h1.dark {
    color: #BB86FC !important;
  }
  .dame-5-videos {
    grid-area: dame-5-videos;
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .dame-5-title-descargables {
    grid-area: dame-5-title-descargables;
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .dame-5-descargables {
    grid-area: dame-5-descargables;
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .dame-5-descargables .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 85vw;
    width: 100%;
    margin: 0 15px;
  }
  .dame-5-descargables .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-dame-5 {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "dame-5-video-principal" "dame-5-videos" "dame-5-folleto" "dame-5-title-descargables" "dame-5-descargables";
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px !important;
  }
  .grid-dame-5 .right-button {
    display: none !important;
  }
  .grid-dame-5 .left-button {
    display: none !important;
  }
  .dame-5-video-principal {
    grid-area: dame-5-video-principal;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .dame-5-video-principal .meses-list-nav {
    list-style: none;
    display: flex;
  }
  .dame-5-video-principal .meses-list-nav li {
    color: #392E48;
    margin-right: 15px;
  }
  .dame-5-video-principal .meses-list-nav li.active {
    border-bottom: 3px solid #BB86FC;
  }
  .dame-5-video-principal .meses-list-nav li.dark {
    color: #ffffff;
  }
  .dame-5-folleto {
    grid-area: dame-5-folleto;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
  }
  .dame-5-folleto h1 {
    color: #320946;
    font-size: 18px;
  }
  .dame-5-folleto h1.dark {
    color: #BB86FC !important;
  }
  .dame-5-videos {
    grid-area: dame-5-videos;
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .dame-5-title-descargables {
    grid-area: dame-5-title-descargables;
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .dame-5-descargables {
    grid-area: dame-5-descargables;
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .dame-5-descargables .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 90vw;
    width: 100%;
    margin: 0 15px;
  }
  .dame-5-descargables .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-dame-5 {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "dame-5-video-principal " "dame-5-videos" "dame-5-folleto" "dame-5-title-descargables" "dame-5-descargables";
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px !important;
  }
  .dame-5-video-principal {
    grid-area: dame-5-video-principal;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .dame-5-video-principal .meses-list-nav {
    list-style: none;
    display: flex;
  }
  .dame-5-video-principal .meses-list-nav li {
    color: #392E48;
    margin-right: 15px;
  }
  .dame-5-video-principal .meses-list-nav li.active {
    border-bottom: 3px solid #BB86FC;
  }
  .dame-5-video-principal .meses-list-nav li.dark {
    color: #ffffff;
  }
  .dame-5-folleto {
    grid-area: dame-5-folleto;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
  }
  .dame-5-folleto h1 {
    color: #320946;
    font-size: 18px;
    margin: 0;
  }
  .dame-5-folleto h1.dark {
    color: #BB86FC !important;
  }
  .dame-5-videos {
    grid-area: dame-5-videos;
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .dame-5-title-descargables {
    grid-area: dame-5-title-descargables;
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .dame-5-descargables {
    grid-area: dame-5-descargables;
    grid-column: 1/2;
    grid-row: 5/6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dame-5-descargables .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 50vw;
    width: 100%;
    margin: 0 15px;
  }
  .dame-5-descargables .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-dame-5 {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "dame-5-video-principal" "dame-5-videos" "dame-5-folleto" "dame-5-title-descargables" "dame-5-descargables";
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .dame-5-video-principal {
    grid-area: dame-5-video-principal;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .dame-5-video-principal .meses-list-nav {
    list-style: none;
    display: flex;
  }
  .dame-5-video-principal .meses-list-nav li {
    color: #392E48;
    margin-right: 15px;
  }
  .dame-5-video-principal .meses-list-nav li.active {
    border-bottom: 3px solid #BB86FC;
  }
  .dame-5-video-principal .meses-list-nav li.dark {
    color: #ffffff;
  }
  .dame-5-folleto {
    grid-area: dame-5-folleto;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
  }
  .dame-5-folleto h1 {
    color: #320946;
    font-size: 24px;
    margin: 0;
  }
  .dame-5-folleto h1.dark {
    color: #BB86FC !important;
  }
  .dame-5-videos {
    grid-area: dame-5-videos;
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .dame-5-title-descargables {
    grid-area: dame-5-title-descargables;
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .dame-5-descargables {
    grid-area: dame-5-descargables;
    grid-column: 1/2;
    grid-row: 4/5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dame-5-descargables .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 80vw;
    width: 100%;
    margin: 0 15px;
  }
  .dame-5-descargables .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .grid-dame-5 {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "dame-5-videos" "dame-5-folleto" "dame-5-title-descargables" "dame-5-descargables";
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
  .dame-5-video-principal {
    grid-area: dame-5-video-principal;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .dame-5-video-principal .meses-list-nav {
    list-style: none;
    display: flex;
  }
  .dame-5-video-principal .meses-list-nav li {
    color: #392E48;
    margin-right: 15px;
  }
  .dame-5-video-principal .meses-list-nav li.active {
    border-bottom: 3px solid #BB86FC;
  }
  .dame-5-video-principal .meses-list-nav li.dark {
    color: #ffffff;
  }
  .dame-5-folleto {
    grid-area: dame-5-folleto;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
  }
  .dame-5-folleto h1 {
    color: #320946;
    font-size: 24px;
    margin: 0;
  }
  .dame-5-folleto h1.dark {
    color: #BB86FC !important;
  }
  .dame-5-videos {
    grid-area: dame-5-videos;
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .dame-5-title-descargables {
    grid-area: dame-5-title-descargables;
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 20px 0 20px 0;
  }
  .dame-5-descargables {
    grid-area: dame-5-descargables;
    grid-column: 1/2;
    grid-row: 5/6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dame-5-descargables .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 50vw;
    width: 100%;
    margin: 0 15px;
  }
  .dame-5-descargables .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .dame-5-folleto {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px){
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .dame-5-video-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-folleto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px){
  .dame-5-folleto {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .dame-5-videos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dame-5-title-descargables {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dame-5-descargables {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px) {
  .grid-search {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "search" "search-1" "search-2" "search-title" "search-3";
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  .search {
    grid-area: search;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "input-container input-button";
  }
  .search .input-container {
    grid-area: input-container;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .search .input-container .input-styles {
    padding: 8px 25px;
    background-color: transparent;
    font-size: 1em;
    color: #392E48;
    border-color: transparent;
    border-bottom: 1px solid #320946;
    border-radius: 2px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .search .input-container .input-styles.dark {
    color: #ffffff;
    border-bottom: 1px solid #BB86FC;
  }
  .search .input-container input:focus-visible {
    outline: transparent;
  }
  .search .input-button {
    grid-area: input-button;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .search .input-button button {
    background-color: #e1637a;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 0.9em;
    border-color: transparent;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
  }
  .search .input-button button.dark {
    background-color: #e1637a;
    color: #ffffff;
  }
  .search-1 {
    grid-area: search-1;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 10px 15px;
  }
  .search-2 {
    grid-area: search-2;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 10px 15px;
  }
  .title-search {
    grid-area: title-search;
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 0px 15px;
  }
  .search-3 {
    grid-area: search-3;
    grid-column: 1/2;
    grid-row: 5/6;
    max-height: 80vh !important;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .search-3 .right-button {
    display: none !important;
  }
  .search-3 .left-button {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-search {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "search" "search-1" "search-2" "search-title" "search-3";
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  .search {
    grid-area: search;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "input-container input-button";
  }
  .search .input-container {
    grid-area: input-container;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .search .input-container .input-styles {
    padding: 8px 25px;
    background-color: transparent;
    font-size: 1em;
    color: #392E48;
    border-color: transparent;
    border-bottom: 1px solid #320946;
    border-radius: 2px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .search .input-container .input-styles.dark {
    color: #ffffff;
    border-bottom: 1px solid #BB86FC;
  }
  .search .input-container input:focus-visible {
    outline: transparent;
  }
  .search .input-button {
    grid-area: input-button;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .search .input-button button {
    background-color: #fafafa;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #392E48;
    font-size: 0.9em;
    border-color: transparent;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
  }
  .search .input-button button.dark {
    background-color: #e1637a;
    color: #ffffff;
  }
  .search-1 {
    grid-area: search-1;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 10px 15px;
  }
  .search-2 {
    grid-area: search-2;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 10px 15px;
  }
  .title-search {
    grid-area: title-search;
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 0px 15px;
  }
  .search-3 {
    grid-area: search-3;
    grid-column: 1/2;
    grid-row: 5/6;
    max-height: 80vh !important;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .search-3 .right-button {
    display: none !important;
  }
  .search-3 .left-button {
    display: none !important;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-search {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "search" "search-1" "search-2" "search-title" "search-3";
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
  }
  .search {
    grid-area: search;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "input-container input-button";
  }
  .search .input-container {
    grid-area: input-container;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .search .input-container .input-styles {
    padding: 8px 25px;
    background-color: transparent;
    font-size: 1em;
    color: #392E48;
    border-color: transparent;
    border-bottom: 1px solid #320946;
    border-radius: 2px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .search .input-container .input-styles.dark {
    color: #ffffff;
    border-bottom: 1px solid #BB86FC;
  }
  .search .input-container input:focus-visible {
    outline: transparent;
  }
  .search .input-button {
    grid-area: input-button;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .search .input-button button {
    background-color: #fafafa;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #392E48;
    font-size: 0.9em;
    border-color: transparent;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
  }
  .search .input-button button.dark {
    background-color: #e1637a;
    color: #ffffff;
  }
  .search-1 {
    grid-area: search-1;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 10px 15px;
  }
  .search-1 .uk-title {
    margin-bottom: 20px;
  }
  .search-2 {
    grid-area: search-2;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 10px 15px;
    margin-bottom: 30px;
  }
  .search-2 .uk-title {
    margin-bottom: 20px;
  }
  .title-search {
    grid-area: title-search;
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 0px 15px 20px;
  }
  .search-3 {
    grid-area: search-3;
    grid-column: 1/2;
    grid-row: 5/6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-3 .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 64vw;
    width: 100%;
    margin: 0 15px;
  }
  .search-3 .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-search {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "search" "search-1" "search-2" "search-title" "search-3";
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
  }
  .search {
    grid-area: search;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "input-container input-button";
  }
  .search .input-container {
    grid-area: input-container;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .search .input-container .input-styles {
    padding: 8px 25px;
    background-color: transparent;
    font-size: 1em;
    color: #392E48;
    border-color: transparent;
    border-bottom: 1px solid #320946;
    border-radius: 2px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .search .input-container .input-styles.dark {
    color: #ffffff;
    border-bottom: 1px solid #BB86FC;
  }
  .search .input-container input:focus-visible {
    outline: transparent;
  }
  .search .input-button {
    grid-area: input-button;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .search .input-button button {
    background-color: #fafafa;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #392E48;
    font-size: 0.9em;
    border-color: transparent;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
  }
  .search .input-button button.dark {
    background-color: #e1637a;
    color: #ffffff;
  }
  .search-1 {
    grid-area: search-1;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 10px 15px;
  }
  .search-1 .uk-title {
    margin-bottom: 20px;
  }
  .search-2 {
    grid-area: search-2;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 10px 15px;
    margin-bottom: 30px;
  }
  .search-2 .uk-title {
    margin-bottom: 20px;
  }
  .title-search {
    grid-area: title-search;
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 0px 15px 20px;
  }
  .search-3 {
    grid-area: search-3;
    grid-column: 1/2;
    grid-row: 5/6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-3 .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 50vw;
    width: 100%;
    margin: 0 15px;
  }
  .search-3 .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .grid-search {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "search" "search-1" "search-2" "search-title" "search-3";
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
  }
  .search {
    grid-area: search;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "input-container input-button";
  }
  .search .input-container {
    grid-area: input-container;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .search .input-container .input-styles {
    padding: 8px 25px;
    background-color: transparent;
    font-size: 1em;
    color: #392E48;
    border-color: transparent;
    border-bottom: 1px solid #320946;
    border-radius: 2px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .search .input-container .input-styles.dark {
    color: #ffffff;
    border-bottom: 1px solid #BB86FC;
  }
  .search .input-container input:focus-visible {
    outline: transparent;
  }
  .search .input-button {
    grid-area: input-button;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .search .input-button button {
    background-color: #fafafa;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #392E48;
    font-size: 0.9em;
    border-color: transparent;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
  }
  .search .input-button button.dark {
    background-color: #e1637a;
    color: #ffffff;
  }
  .search-1 {
    grid-area: search-1;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 10px 15px;
  }
  .search-1 .uk-title {
    margin-bottom: 20px;
  }
  .search-2 {
    grid-area: search-2;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 10px 15px;
    margin-bottom: 30px;
  }
  .search-2 .uk-title {
    margin-bottom: 20px;
  }
  .title-search {
    grid-area: title-search;
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 0px 15px 20px;
  }
  .search-3 {
    grid-area: search-3;
    grid-column: 1/2;
    grid-row: 5/6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-3 .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 50vw;
    width: 100%;
    margin: 0 15px;
  }
  .search-3 .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px){
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px){
  .search .input-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search .input-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  nav .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  nav .principal-menu {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  nav .menu-icons {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  nav .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  nav .principal-menu {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  nav .menu-icons {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .nav-aprendizaje .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-aprendizaje .grid-nav-aprendizaje > .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-aprendizaje .menu-botones-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .nav-aprendizaje .menu-icons-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .nav-aprendizaje .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-aprendizaje .grid-nav-aprendizaje > .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-aprendizaje .menu-botones-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .nav-aprendizaje .menu-icons-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .search {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .search {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .search {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .search {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .search {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px){
  nav .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  nav .principal-menu {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  nav .menu-icons {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .nav-aprendizaje .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-aprendizaje .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-aprendizaje .grid-nav-aprendizaje > .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-aprendizaje .grid-nav-aprendizaje > .menu-botones-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .nav-aprendizaje .grid-nav-aprendizaje > .menu-icons-aprendizaje {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .search {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .search {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .search {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .search {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .search {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px){
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-search > .search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-search > .search-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-search > .search-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-search > .search-3 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}
.palabra-clave {
  color: #fafafa;
}
.palabra-clave.dark {
  color: #e1637a;
}

@media (max-width: 575.98px) {
  .grid-search-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-search-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-search-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
  .grid-search-2 .uk-title {
    margin: 20px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-search-2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
  .grid-search-2 .uk-title {
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  .grid-search-2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
  .grid-search-2 .uk-title {
    margin: 20px 0;
  }
}
/** mobile **/
@media (max-width: 575.98px) {
  .grid-home {
    display: grid;
    grid-template-columns: 100vw;
    grid-template-rows: auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "avatar-welcome" "dash-container" "slider-home" "download-container";
  }
  .avatar-welcome {
    grid-area: avatar-welcome;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 10px 15px 0;
  }
  .avatar-welcome h5 {
    padding: 10px;
    margin: 0;
    color: #392E48;
  }
  .avatar-welcome h5.dark {
    color: #ffffff;
  }
  .dash-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0px 0px;
    grid-template-areas: "dash-1 dash-2" "dash-3 dash-4";
    grid-area: dash-container;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 15px;
  }
  .dash-container h1 {
    font-size: 1.2em;
  }
  .dash-1 {
    grid-area: dash-1;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 5px;
  }
  .dash-2 {
    grid-area: dash-2;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 5px;
  }
  .dash-3 {
    grid-area: dash-3;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 5px;
  }
  .dash-4 {
    grid-area: dash-4;
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 5px;
  }
  .slider-home {
    grid-area: slider-home;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 15px;
  }
  .download-container {
    grid-area: download-container;
    grid-column: 1/4;
    grid-row: 4/5;
    padding: 10px;
    display: grid;
    gap: 0px 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "download-title download-title download-title download-title" "download-home-button download-home-button download-home-button download-home-button" "download-home-1 download-home-2 download-home-3 download-home-4";
  }
  .download-title {
    grid-area: download-title;
    grid-column: 1/5;
    grid-row: 1/2;
    padding: 5px;
  }
  .download-title h1 {
    color: #392E48;
    font-size: 1.2em;
  }
  .download-title h1.dark {
    color: #ffffff;
  }
  .download-home-button {
    grid-area: download-home-button;
    grid-column: 1/5;
    grid-row: 2/3;
    padding: 20px 0;
  }
  .download-home-1 {
    grid-area: download-home-1;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download-home-1 a {
    margin-top: 5px;
  }
  .download-home-2 {
    grid-area: download-home-2;
    grid-column: 2/3;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download-home-2 a {
    margin-top: 5px;
  }
  .download-home-3 {
    grid-area: download-home-3;
    grid-column: 3/4;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download-home-3 a {
    margin-top: 5px;
  }
  .download-home-4 {
    grid-area: download-home-4;
    grid-column: 4/5;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download-home-4 a {
    margin-top: 5px;
  }
}
/** landscape **/
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-home {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "avatar-welcome slider-home" "dash-container slider-home" "download-container slider-home";
  }
  .avatar-welcome {
    grid-area: avatar-welcome;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 10px 15px 0;
  }
  .avatar-welcome h5 {
    margin: 0;
    color: #392E48;
    font-size: 1.2em;
  }
  .avatar-welcome h5.dark {
    color: #ffffff;
  }
  .dash-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0px 0px;
    grid-template-areas: "dash-1 dash-2" "dash-3 dash-4";
    grid-area: dash-container;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 15px;
  }
  .dash-container h1 {
    font-size: 1.2em;
  }
  .dash-1 {
    grid-area: dash-1;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 5px;
  }
  .dash-2 {
    grid-area: dash-2;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 5px;
  }
  .dash-3 {
    grid-area: dash-3;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 5px;
  }
  .dash-4 {
    grid-area: dash-4;
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 5px;
  }
  .slider-home {
    grid-area: slider-home;
    grid-column: 2/3;
    grid-row: 1/4;
    padding: 15px;
  }
  .download-container {
    grid-area: download-container;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 10px 20px;
    display: grid;
    gap: 0px 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "download-title download-title download-title download-title" "download-home-button download-home-button download-home-button download-home-button" "download-home-1 download-home-2 download-home-3 download-home-4";
  }
  .download-title {
    grid-area: download-title;
    grid-column: 1/5;
    grid-row: 1/2;
  }
  .download-title h1 {
    color: #392E48;
    font-size: 1.2em;
  }
  .download-title h1.dark {
    color: #ffffff;
  }
  .download-home-button {
    grid-area: download-home-button;
    grid-column: 1/5;
    grid-row: 2/3;
    padding: 20px 0;
  }
  .download-home-1 {
    grid-area: download-home-1;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download-home-1 a {
    margin-top: 5px;
  }
  .download-home-2 {
    grid-area: download-home-2;
    grid-column: 2/3;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download-home-2 a {
    margin-top: 5px;
  }
  .download-home-3 {
    grid-area: download-home-3;
    grid-column: 3/4;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download-home-3 a {
    margin-top: 5px;
  }
  .download-home-4 {
    grid-area: download-home-4;
    grid-column: 4/5;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download-home-4 a {
    margin-top: 5px;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .slider-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
}
/** tablets **/
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-home {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "avatar-welcome avatar-welcome" "dash-container dash-container" "download-container slider-home";
  }
  .avatar-welcome {
    grid-area: avatar-welcome;
    grid-column: 1/3;
    grid-row: 1/2;
    padding: 15px;
  }
  .avatar-welcome h5 {
    margin: 0;
    color: #392E48;
  }
  .avatar-welcome h5.dark {
    color: #ffffff;
  }
  .dash-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0px 0px;
    grid-template-areas: "dash-1 dash-2" "dash-3 dash-4";
    grid-area: dash-container;
    grid-column: 1/3;
    grid-row: 2/3;
    padding: 15px;
  }
  .dash-container h1 {
    font-size: 1.2em;
  }
  .dash-1 {
    grid-area: dash-1;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 5px;
  }
  .dash-2 {
    grid-area: dash-2;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 5px;
  }
  .dash-3 {
    grid-area: dash-3;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 5px;
  }
  .dash-4 {
    grid-area: dash-4;
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 5px;
  }
  .slider-home {
    grid-area: slider-home;
    grid-column: 2/3;
    grid-row: 3/4;
    padding: 15px;
  }
  .download-container {
    grid-area: download-container;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 10px 20px;
    display: grid;
    gap: 0px 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "download-title download-title" "download-home-button download-home-button" "download-home-1 download-home-2" "download-home-3 download-home-4";
  }
  .download-title {
    grid-area: download-title;
    grid-column: 1/3;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .download-title h1 {
    color: #392E48;
    font-size: 1.2em;
  }
  .download-title h1.dark {
    color: #ffffff;
  }
  .download-home-button {
    grid-area: download-home-button;
    grid-column: 1/3;
    grid-row: 2/3;
    padding: 20px 0;
  }
  .download-home-1 {
    grid-area: download-home-1;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .download-home-1 a {
    margin: 5px 0;
  }
  .download-home-1 img {
    width: 90%;
  }
  .download-home-2 {
    grid-area: download-home-2;
    grid-column: 2/3;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .download-home-2 a {
    margin: 5px 0;
  }
  .download-home-2 img {
    width: 85%;
  }
  .download-home-3 {
    grid-area: download-home-3;
    grid-column: 1/2;
    grid-row: 4/5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .download-home-3 a {
    margin: 5px 0;
  }
  .download-home-3 img {
    width: 90%;
  }
  .download-home-4 {
    grid-area: download-home-4;
    grid-column: 2/3;
    grid-row: 4/5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .download-home-4 a {
    margin: 5px 0;
  }
  .download-home-4 img {
    width: 90%;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .slider-home {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .download-home-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .slider-home {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .download-home-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
/** escritorio mediano **/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-home {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "avatar-welcome slider-home" "dash-container slider-home" "download-container slider-home";
  }
  .avatar-welcome {
    grid-area: avatar-welcome;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 10px 20px;
  }
  .avatar-welcome h5 {
    margin: 0;
    color: #392E48;
    font-size: 1.2em;
  }
  .avatar-welcome h5.dark {
    color: #ffffff;
  }
  .dash-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0px 0px;
    grid-template-areas: "dash-1 dash-2" "dash-3 dash-4";
    grid-area: dash-container;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 15px;
  }
  .dash-container h1 {
    font-size: 1.2em;
  }
  .dash-1 {
    grid-area: dash-1;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 5px;
  }
  .dash-2 {
    grid-area: dash-2;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 5px;
  }
  .dash-3 {
    grid-area: dash-3;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 5px;
  }
  .dash-4 {
    grid-area: dash-4;
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 5px;
  }
  .slider-home {
    grid-area: slider-home;
    grid-column: 2/3;
    grid-row: 1/4;
    padding: 15px;
  }
  .download-container {
    grid-area: download-container;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 10px 20px;
    display: grid;
    gap: 0px 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "download-title download-title download-title download-title" "download-home-button download-home-button download-home-button download-home-button" "download-home-1 download-home-2 download-home-3 download-home-4";
  }
  .download-title {
    grid-area: download-title;
    grid-column: 1/5;
    grid-row: 1/2;
  }
  .download-title h1 {
    color: #392E48;
    font-size: 1.2em;
  }
  .download-title h1.dark {
    color: #ffffff;
  }
  .download-home-button {
    grid-area: download-home-button;
    grid-column: 1/5;
    grid-row: 2/3;
    padding: 20px 0;
  }
  .download-home-1 {
    grid-area: download-home-1;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download-home-1 a {
    margin-top: 5px;
  }
  .download-home-2 {
    grid-area: download-home-2;
    grid-column: 2/3;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download-home-2 a {
    margin-top: 5px;
  }
  .download-home-3 {
    grid-area: download-home-3;
    grid-column: 3/4;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download-home-3 a {
    margin-top: 5px;
  }
  .download-home-4 {
    grid-area: download-home-4;
    grid-column: 4/5;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download-home-4 a {
    margin-top: 5px;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .slider-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .slider-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .slider-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
}
/** escritorio grande **/
@media (min-width: 1200px) {
  .grid-home {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "avatar-welcome slider-home" "dash-container slider-home" "download-container slider-home";
  }
  .avatar-welcome {
    grid-area: avatar-welcome;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 20px 50px;
  }
  .avatar-welcome h5 {
    margin: 0;
    color: #392E48;
    font-size: 1.4em;
  }
  .avatar-welcome h5.dark {
    color: #ffffff;
  }
  .dash-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0px 0px;
    grid-template-areas: "dash-1 dash-2" "dash-3 dash-4";
    grid-area: dash-container;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 20px 40px;
  }
  .dash-container .uk-card-body {
    padding: 20px !important;
  }
  .dash-container h1 {
    font-size: 1em;
  }
  .dash-1 {
    grid-area: dash-1;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 5px;
  }
  .dash-2 {
    grid-area: dash-2;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 5px;
  }
  .dash-3 {
    grid-area: dash-3;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 5px;
  }
  .dash-4 {
    grid-area: dash-4;
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 5px;
  }
  .slider-home {
    grid-area: slider-home;
    grid-column: 2/3;
    grid-row: 1/4;
    padding: 15px;
  }
  .slider-home p {
    font-size: 1.2em;
  }
  .download-container {
    grid-area: download-container;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 20px 40px;
    display: grid;
    gap: 0px 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "download-title download-title download-title download-title" "download-home-button download-home-button download-home-button download-home-button" "download-home-1 download-home-2 download-home-3 download-home-4";
  }
  .download-title {
    grid-area: download-title;
    grid-column: 1/5;
    grid-row: 1/2;
  }
  .download-title h1 {
    color: #392E48;
    font-size: 1.2em;
  }
  .download-title h1.dark {
    color: #ffffff;
  }
  .download-home-button {
    grid-area: download-home-button;
    grid-column: 1/5;
    grid-row: 2/3;
    padding: 20px 0;
  }
  .download-home-1 {
    grid-area: download-home-1;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download-home-1 a {
    margin-top: 5px;
  }
  .download-home-1 img {
    width: 90%;
  }
  .download-home-2 {
    grid-area: download-home-2;
    grid-column: 2/3;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download-home-2 a {
    margin-top: 5px;
  }
  .download-home-2 img {
    width: 90%;
  }
  .download-home-3 {
    grid-area: download-home-3;
    grid-column: 3/4;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download-home-3 a {
    margin-top: 5px;
  }
  .download-home-3 img {
    width: 90%;
  }
  .download-home-4 {
    grid-area: download-home-4;
    grid-column: 4/5;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download-home-4 a {
    margin-top: 5px;
  }
  .download-home-4 img {
    width: 90%;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .slider-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .slider-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .slider-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .slider-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
}
@media (max-width: 575.98px){
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .download-home-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .download-home-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .download-home-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
}
@media (min-width: 1200px){
  .download-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .download-home-1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-home-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .download-home-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .download-home-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
}
@media (max-width: 575.98px){
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1200px){
  .dash-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .dash-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .dash-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575.98px){
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .slider-home {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-container {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .slider-home {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-container {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .slider-home {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-container {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .slider-home {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-container {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .slider-home {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-container {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .slider-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .slider-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .slider-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .slider-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .slider-home {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .slider-home {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .slider-home {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .slider-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .slider-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px){
  .avatar-welcome {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .dash-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .slider-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .download-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px) {
  .grid-category {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-category .scroll-area-category .right-button {
    display: none !important;
  }
  .grid-category .scroll-area-category .left-button {
    display: none !important;
  }
  .grid-category .scroll-area-category .area-scroll-category {
    max-height: 80vh !important;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .grid-category .category-container-elements {
    padding: 15px;
  }
  .grid-category .category-title h1 {
    font-size: 1rem;
    color: #BB86FC;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-category {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-category .scroll-area-category .right-button {
    display: none !important;
  }
  .grid-category .scroll-area-category .left-button {
    display: none !important;
  }
  .grid-category .scroll-area-category .area-scroll-category {
    max-height: 80vh !important;
    max-width: 89vw;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .grid-category .category-container-elements {
    padding: 15px;
  }
  .grid-category .category-title h1 {
    font-size: 1rem;
    color: #BB86FC;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-category {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-category .scroll-area-category {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .grid-category .scroll-area-category .area-scroll-category {
    max-height: 80vh !important;
    max-width: 80vw;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .grid-category .scroll-area-category .area-scroll-category.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-category .category-container-elements {
    padding: 15px;
  }
  .grid-category .category-title h1 {
    font-size: 1rem;
    color: #BB86FC;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-category {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-category .scroll-area-category {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .grid-category .scroll-area-category .area-scroll-category {
    max-height: 80vh !important;
    max-width: 70vw;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .grid-category .scroll-area-category .area-scroll-category.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-category .category-container-elements {
    padding: 15px;
  }
  .grid-category .category-title h1 {
    font-size: 1rem;
    color: #BB86FC;
  }
}
@media (min-width: 1200px) {
  .grid-category {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-category .scroll-area-category {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .grid-category .scroll-area-category .area-scroll-category {
    max-height: 80vh !important;
    max-width: 70vw;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .grid-category .scroll-area-category .area-scroll-category.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-category .category-container-elements {
    padding: 15px;
  }
  .grid-category .category-title h1 {
    font-size: 1rem;
    color: #BB86FC;
  }
  .grid-category .category-title h1.dark {
    color: #e1637a;
  }
}
@media (max-width: 575.98px) {
  .grid-category-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-category-2 .scroll-area-category-2 .right-button {
    display: none !important;
  }
  .grid-category-2 .scroll-area-category-2 .left-button {
    display: none !important;
  }
  .grid-category-2 .scroll-area-category-2 .area-scroll-category-2 {
    max-height: 80vh !important;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .grid-category-2 .category-2-container-elements {
    padding: 15px;
  }
  .grid-category-2 .category-2-title h1 {
    font-size: 1.2rem;
    margin-top: 20px;
    color: #BB86FC;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-category-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-category-2 .scroll-area-category-2 .right-button {
    display: none !important;
  }
  .grid-category-2 .scroll-area-category-2 .left-button {
    display: none !important;
  }
  .grid-category-2 .scroll-area-category-2 .area-scroll-category-2 {
    max-height: 80vh !important;
    max-width: 89vw;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .grid-category-2 .category-2-container-elements {
    padding: 15px;
  }
  .grid-category-2 .category-2-title h1 {
    font-size: 1.2rem;
    margin-top: 20px;
    color: #BB86FC;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-category-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-category-2 .scroll-area-category-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .grid-category-2 .scroll-area-category-2 .area-scroll-category-2 {
    max-height: 80vh !important;
    max-width: 80vw;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .grid-category-2 .scroll-area-category-2 .area-scroll-category-2.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-category-2 .category-2-container-elements {
    padding: 15px;
  }
  .grid-category-2 .category-2-title h1 {
    font-size: 1.2rem;
    margin-top: 20px;
    color: #BB86FC;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-category-2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-category-2 .scroll-area-category-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .grid-category-2 .scroll-area-category-2 .area-scroll-category-2 {
    max-height: 80vh !important;
    max-width: 70vw;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .grid-category-2 .scroll-area-category-2 .area-scroll-category-2.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-category-2 .category-2-container-elements {
    padding: 15px;
  }
  .grid-category-2 .category-2-title h1 {
    font-size: 1.2rem;
    margin-top: 20px;
    color: #BB86FC;
  }
}
@media (min-width: 1200px) {
  .grid-category-2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-category-2 .scroll-area-category-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .grid-category-2 .scroll-area-category-2 .area-scroll-category-2 {
    max-height: 80vh !important;
    max-width: 70vw;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .grid-category-2 .scroll-area-category-2 .area-scroll-category-2.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-category-2 .category-2-container-elements {
    padding: 15px;
  }
  .grid-category-2 .category-2-title h1 {
    font-size: 1.2rem;
    margin-top: 20px;
    color: #BB86FC;
  }
  .grid-category-2 .category-2-title h1.dark {
    color: #e1637a;
  }
}
@media (max-width: 575.98px) {
  .grid-materiales-rn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-materiales-rn .scroll-area-materiales-rn .right-button {
    display: none !important;
  }
  .grid-materiales-rn .scroll-area-materiales-rn .left-button {
    display: none !important;
  }
  .grid-materiales-rn .scroll-area-materiales-rn .area-scroll-materiales-rn {
    max-height: 80vh !important;
    max-width: 89vw;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .grid-materiales-rn .materiales-rn-container-elements {
    padding: 15px;
  }
  .grid-materiales-rn .materiales-rn-title h1 {
    font-size: 1rem;
    color: #BB86FC;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-materiales-rn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-materiales-rn .scroll-area-materiales-rn .right-button {
    display: none !important;
  }
  .grid-materiales-rn .scroll-area-materiales-rn .left-button {
    display: none !important;
  }
  .grid-materiales-rn .scroll-area-materiales-rn .area-scroll-materiales-rn {
    max-height: 80vh !important;
    max-width: 89vw;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .grid-materiales-rn .materiales-rn-container-elements {
    padding: 15px;
  }
  .grid-materiales-rn .materiales-rn-title h1 {
    font-size: 1rem;
    color: #BB86FC;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-materiales-rn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-materiales-rn .scroll-area-materiales-rn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .grid-materiales-rn .scroll-area-materiales-rn .area-scroll-materiales-rn {
    max-height: 80vh !important;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .grid-materiales-rn .scroll-area-materiales-rn .area-scroll-materiales-rn.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-materiales-rn .materiales-rn-container-elements {
    padding: 15px;
  }
  .grid-materiales-rn .materiales-rn-title h1 {
    font-size: 1rem;
    color: #BB86FC;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-materiales-rn {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-materiales-rn .scroll-area-materiales-rn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .grid-materiales-rn .scroll-area-materiales-rn .area-scroll-materiales-rn {
    max-height: 80vh !important;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .grid-materiales-rn .scroll-area-materiales-rn .area-scroll-materiales-rn.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-materiales-rn .materiales-rn-container-elements {
    padding: 15px;
  }
  .grid-materiales-rn .materiales-rn-title h1 {
    font-size: 1rem;
    color: #BB86FC;
  }
  .grid-materiales-rn .materiales-rn-title h1.dark {
    color: #e1637a;
  }
}
@media (min-width: 1200px) {
  .grid-materiales-rn {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-materiales-rn .scroll-area-materiales-rn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .grid-materiales-rn .scroll-area-materiales-rn .area-scroll-materiales-rn {
    max-height: 80vh !important;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .grid-materiales-rn .scroll-area-materiales-rn .area-scroll-materiales-rn.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-materiales-rn .materiales-rn-container-elements {
    padding: 15px;
  }
  .grid-materiales-rn .materiales-rn-title h1 {
    font-size: 1rem;
    color: #BB86FC;
  }
  .grid-materiales-rn .materiales-rn-title h1.dark {
    color: #e1637a;
  }
}
@media (max-width: 575.98px) {
  .grid-rv {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "text-rv" "video-rv" "buttons-rv" "download-rv" "title-rv" "scroll-area-rv" "comentarios-rv";
  }
  .text-rv {
    grid-area: text-rv;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .video-rv {
    grid-area: video-rv;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .buttons-rv {
    grid-area: buttons-rv;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 20px 0;
    overflow-x: auto !important;
  }
  .buttons-rv .right-button {
    display: none !important;
  }
  .buttons-rv .left-button {
    display: none !important;
  }
  .buttons-rv .h-scroll-container-rv {
    display: flex;
    width: 100%;
  }
  .buttons-rv .h-scroll-container-rv .grid-card-rv:first-child {
    margin-left: 10px;
  }
  .download-rv {
    grid-area: download-rv;
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 15px;
  }
  .title-rv {
    grid-area: title-rv;
    grid-column: 1/2;
    grid-row: 5/6 !important;
  }
  .scroll-area-rv {
    grid-area: scroll-area-rv;
    grid-column: 1/2;
    grid-row: 6/7;
    margin-bottom: 20px;
  }
  .scroll-area-rv .right-button {
    display: none !important;
  }
  .scroll-area-rv .left-button {
    display: none !important;
  }
  .scroll-area-rv .area-scroll-tips {
    max-height: 80vh !important;
    max-width: 89vw;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .comentarios-rv {
    grid-area: comentarios-rv;
    grid-column: 1/2;
    grid-row: 7/8;
  }
  .rv-download-button {
    display: grid;
    gap: 10px;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "rv-download-img rv-download-text" "rv-download-img rv-download-icon";
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #320946;
    max-width: 90vw;
  }
  .rv-download-button.dark {
    border: 1px solid #BB86FC;
  }
  .rv-download-img {
    grid-area: rv-download-img;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .rv-download-text {
    grid-area: rv-download-text;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .rv-download-icon {
    grid-area: rv-download-icon;
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .grid-rv > .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
/* landscape */
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-rv {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "text-rv" "video-rv" "buttons-rv" "download-rv" "title-rv" "scroll-area-rv" "comentarios-rv";
  }
  .text-rv {
    grid-area: text-rv;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .video-rv {
    grid-area: video-rv;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .buttons-rv {
    grid-area: buttons-rv;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 20px 0;
    overflow-x: auto !important;
  }
  .buttons-rv .right-button {
    display: none !important;
  }
  .buttons-rv .left-button {
    display: none !important;
  }
  .buttons-rv .h-scroll-container-rv {
    display: flex;
    width: 100%;
  }
  .buttons-rv .h-scroll-container-rv .grid-card-rv:first-child {
    margin-left: 10px;
  }
  .buttons-rv .h-scroll-container-rv .text-rv {
    display: contents !important;
  }
  .download-rv {
    grid-area: download-rv;
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 15px;
  }
  .download-rv .rv-download-button {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-rv {
    grid-area: title-rv;
    grid-column: 1/2;
    grid-row: 5/6 !important;
  }
  .scroll-area-rv {
    grid-area: scroll-area-rv;
    grid-column: 1/2;
    grid-row: 6/7;
  }
  .scroll-area-rv .right-button {
    display: none !important;
  }
  .scroll-area-rv .left-button {
    display: none !important;
  }
  .scroll-area-rv .area-scroll-tips {
    max-height: 80vh !important;
    max-width: 93vw;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .comentarios-rv {
    grid-area: comentarios-rv;
    grid-column: 1/2;
    grid-row: 7/8;
  }
  .rv-download-button {
    display: grid;
    gap: 10px;
    grid-template-columns: 70px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "rv-download-img rv-download-text" "rv-download-img rv-download-icon";
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #320946;
  }
  .rv-download-button.dark {
    border: 1px solid #BB86FC;
  }
  .rv-download-img {
    grid-area: rv-download-img;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .rv-download-text {
    grid-area: rv-download-text;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .rv-download-icon {
    grid-area: rv-download-icon;
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .grid-rv > .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
/* tableta */
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-rv {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "text-title-rv" "video-rv" "buttons-rv" "download-rv" "title-rv" "scroll-area-rv" "comentarios-rv";
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-title-rv {
    grid-area: text-title-rv;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .video-rv {
    grid-area: video-rv;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .buttons-rv {
    grid-area: buttons-rv;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  .buttons-rv .h-scroll-container-rv {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    overflow-x: auto;
    display: flex;
    max-width: 64vw;
    width: 100%;
    margin: 0 15px;
  }
  .buttons-rv .h-scroll-container-rv.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .buttons-rv .h-scroll-container-rv .grid-card-rv:first-child {
    margin-right: 10px;
  }
  .download-rv {
    grid-area: download-rv;
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .title-rv {
    grid-area: title-rv;
    grid-column: 1/2;
    grid-row: 5/6 !important;
  }
  .scroll-area-rv {
    grid-area: scroll-area-rv;
    grid-column: 1/2;
    grid-row: 6/7;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .scroll-area-rv .area-scroll-tips {
    max-height: 80vh !important;
    max-width: 64vw;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .scroll-area-rv .area-scroll-tips.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .comentarios-rv {
    grid-area: comentarios-rv;
    grid-column: 1/2;
    grid-row: 7/8;
  }
  .rv-download-button {
    display: grid;
    gap: 10px;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "rv-download-img rv-download-text" "rv-download-img rv-download-icon";
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #320946;
    max-width: 400px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .rv-download-button.dark {
    border: 1px solid #BB86FC;
  }
  .rv-download-button p {
    font-size: 1.2em;
  }
  .rv-download-img {
    grid-area: rv-download-img;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .rv-download-text {
    grid-area: rv-download-text;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0 0 0 20px;
  }
  .rv-download-text p {
    line-height: 140%;
  }
  .rv-download-icon {
    grid-area: rv-download-icon;
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
/* escritorio  mediano */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-rv {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "text-title-rv" "video-rv" "buttons-rv" "download-rv" "title-rv" "scroll-area-rv" "comentarios-rv";
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-title-rv {
    grid-area: text-title-rv;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .video-rv {
    grid-area: video-rv;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .buttons-rv {
    grid-area: buttons-rv;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  .buttons-rv .h-scroll-container-rv {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    overflow-x: auto;
    display: flex;
    max-width: 54vw;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .buttons-rv .h-scroll-container-rv.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .buttons-rv .h-scroll-container-rv .grid-card-rv:first-child {
    margin-right: 10px;
  }
  .download-rv {
    grid-area: download-rv;
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .title-rv {
    grid-area: title-rv;
    grid-column: 1/2;
    grid-row: 5/6 !important;
  }
  .scroll-area-rv {
    grid-area: scroll-area-rv;
    grid-column: 1/2;
    grid-row: 6/7;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .scroll-area-rv .area-scroll-tips {
    max-height: 80vh !important;
    max-width: 54vw;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .scroll-area-rv .area-scroll-tips.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .comentarios-rv {
    grid-area: comentarios-rv;
    grid-column: 1/2;
    grid-row: 7/8;
  }
  .rv-download-button {
    display: grid;
    gap: 10px;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "rv-download-img rv-download-text" "rv-download-img rv-download-icon";
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #320946;
    max-width: 400px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .rv-download-button.dark {
    border: 1px solid #BB86FC;
  }
  .rv-download-button p {
    font-size: 1.2em;
  }
  .rv-download-img {
    grid-area: rv-download-img;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .rv-download-text {
    grid-area: rv-download-text;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0 0 0 20px;
  }
  .rv-download-text p {
    line-height: 140%;
  }
  .rv-download-icon {
    grid-area: rv-download-icon;
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .grid-rv > .text-title-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
/* escritorio */
@media (min-width: 1200px) {
  .grid-rv {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "text-title-rv" "video-rv" "buttons-rv" "download-rv" "title-rv" "scroll-area-rv" "comentarios-rv";
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-title-rv {
    grid-area: text-title-rv;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .video-rv {
    grid-area: video-rv;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .buttons-rv {
    grid-area: buttons-rv;
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .buttons-rv .h-scroll-container-rv {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    overflow-x: auto;
    display: flex;
    max-width: 50vw;
    width: 100%;
    margin: 0 15px;
  }
  .buttons-rv .h-scroll-container-rv.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .buttons-rv .h-scroll-container-rv .grid-card-rv:first-child {
    margin-right: 10px;
  }
  .download-rv {
    grid-area: download-rv;
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .title-rv {
    grid-area: title-rv;
    grid-column: 1/2;
    grid-row: 5/6 !important;
  }
  .scroll-area-rv {
    grid-area: scroll-area-rv;
    grid-column: 1/2;
    grid-row: 6/7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .scroll-area-rv .area-scroll-tips {
    max-height: 80vh !important;
    max-width: 50vw;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .scroll-area-rv .area-scroll-tips.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .comentarios-rv {
    grid-area: comentarios-rv;
    grid-column: 1/2;
    grid-row: 7/8;
  }
  .rv-download-button {
    display: grid;
    gap: 10px;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "rv-download-img rv-download-text" "rv-download-img rv-download-icon";
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #320946;
    max-width: 400px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .rv-download-button.dark {
    border: 1px solid #BB86FC;
  }
  .rv-download-button p {
    font-size: 1.2em;
  }
  .rv-download-img {
    grid-area: rv-download-img;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .rv-download-text {
    grid-area: rv-download-text;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0 0 0 20px;
  }
  .rv-download-text p {
    line-height: 140%;
  }
  .rv-download-icon {
    grid-area: rv-download-icon;
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .grid-rv > .text-title-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .grid-rv > .text-title-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575.98px){
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1200px){
  .rv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .rv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .rv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575.98px){
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-rv > .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-rv > .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-rv > .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .text-title-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .text-title-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .text-title-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-rv > .text-title-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .grid-rv > .text-title-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px){
  .img-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .text-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-rv > .text-title-rv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-rv > .video-rv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-rv > .buttons-rv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-rv > .download-rv {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-rv > .title-rv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-rv > .scroll-area-rv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .grid-rv > .comentarios-rv {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px) {
  .grid-reunion-virtual {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-reunion-virtual .scroll-area-reunion-virtual .right-button {
    display: none !important;
  }
  .grid-reunion-virtual .scroll-area-reunion-virtual .left-button {
    display: none !important;
  }
  .grid-reunion-virtual .scroll-area-reunion-virtual .area-scroll-reunion-virtual {
    max-height: 80vh !important;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .grid-reunion-virtual .reunion-virtual-container-elements {
    padding: 15px;
  }
  .grid-reunion-virtual .reunion-virtual-title h1 {
    font-size: 1rem;
    color: #BB86FC;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-reunion-virtual {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-reunion-virtual .scroll-area-reunion-virtual .right-button {
    display: none !important;
  }
  .grid-reunion-virtual .scroll-area-reunion-virtual .left-button {
    display: none !important;
  }
  .grid-reunion-virtual .scroll-area-reunion-virtual .area-scroll-reunion-virtual {
    max-height: 80vh !important;
    max-width: 89vw;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .grid-reunion-virtual .reunion-virtual-container-elements {
    padding: 15px;
  }
  .grid-reunion-virtual .reunion-virtual-title h1 {
    font-size: 1rem;
    color: #BB86FC;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-reunion-virtual {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-reunion-virtual .scroll-area-reunion-virtual {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .grid-reunion-virtual .scroll-area-reunion-virtual .area-scroll-reunion-virtual {
    max-height: 80vh !important;
    max-width: 80vw;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .grid-reunion-virtual .scroll-area-reunion-virtual .area-scroll-reunion-virtual.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-reunion-virtual .reunion-virtual-container-elements {
    padding: 15px;
  }
  .grid-reunion-virtual .reunion-virtual-title h1 {
    font-size: 1rem;
    color: #BB86FC;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-reunion-virtual {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-reunion-virtual .scroll-area-reunion-virtual {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .grid-reunion-virtual .scroll-area-reunion-virtual .area-scroll-reunion-virtual {
    max-height: 80vh !important;
    max-width: 70vw;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .grid-reunion-virtual .scroll-area-reunion-virtual .area-scroll-reunion-virtual.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-reunion-virtual .reunion-virtual-container-elements {
    padding: 15px;
  }
  .grid-reunion-virtual .reunion-virtual-title h1 {
    font-size: 1rem;
    color: #BB86FC;
  }
}
@media (min-width: 1200px) {
  .grid-reunion-virtual {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-reunion-virtual .scroll-area-reunion-virtual {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .grid-reunion-virtual .scroll-area-reunion-virtual .area-scroll-reunion-virtual {
    max-height: 80vh !important;
    max-width: 70vw;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .grid-reunion-virtual .scroll-area-reunion-virtual .area-scroll-reunion-virtual.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .grid-reunion-virtual .reunion-virtual-container-elements {
    padding: 15px;
  }
  .grid-reunion-virtual .reunion-virtual-title h1 {
    font-size: 1rem;
    color: #BB86FC;
  }
  .grid-reunion-virtual .reunion-virtual-title h1.dark {
    color: #e1637a;
  }
}
@media (max-width: 575.98px) {
  .grid-mes-rnv {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "text-mes-rnv" "video-mes-rnv" "download-mes-rnv" "title" "scroll-area-mes-rnv" "comentarios-rnv";
  }
  .text-mes-rnv {
    grid-area: text-mes-rnv;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .video-mes-rnv {
    grid-area: video-mes-rnv;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .download-mes-rnv {
    grid-area: download-mes-rnv;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 15px;
  }
  .title {
    grid-area: title;
    grid-column: 1/2;
    grid-row: 4/5 !important;
  }
  .scroll-area-mes-rnv {
    grid-area: scroll-area-mes-rnv;
    grid-column: 1/2;
    grid-row: 5/6;
    margin-bottom: 20px;
  }
  .scroll-area-mes-rnv .right-button {
    display: none !important;
  }
  .scroll-area-mes-rnv .left-button {
    display: none !important;
  }
  .scroll-area-mes-rnv .area-scroll-tips {
    max-height: 80vh !important;
    max-width: 89vw;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .comentarios-rnv {
    grid-area: comentarios-rnv;
    grid-column: 1/2;
    grid-row: 6/7;
  }
  .mes-rnv-download-button {
    display: grid;
    gap: 10px;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "mes-rnv-download-img mes-rnv-download-text" "mes-rnv-download-img mes-rnv-download-icon";
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #320946;
    max-width: 90vw;
  }
  .mes-rnv-download-button.dark {
    border: 1px solid #BB86FC;
  }
  .mes-rnv-download-img {
    grid-area: mes-rnv-download-img;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .mes-rnv-download-text {
    grid-area: mes-rnv-download-text;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .mes-rnv-download-icon {
    grid-area: mes-rnv-download-icon;
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* landscape */
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-mes-rnv {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "text-mes-rnv" "video-mes-rnv" "download-mes-rnv" "title" "scroll-area-mes-rnv" "comentarios-rnv";
  }
  .text-mes-rnv {
    grid-area: text-mes-rnv;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .video-mes-rnv {
    grid-area: video-mes-rnv;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .download-mes-rnv {
    grid-area: download-mes-rnv;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 15px;
  }
  .download-mes-rnv .mes-rnv-download-button {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .title {
    grid-area: title;
    grid-column: 1/2;
    grid-row: 4/5 !important;
  }
  .scroll-area-mes-rnv {
    grid-area: scroll-area-mes-rnv;
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .scroll-area-mes-rnv .right-button {
    display: none !important;
  }
  .scroll-area-mes-rnv .left-button {
    display: none !important;
  }
  .scroll-area-mes-rnv .area-scroll-tips {
    max-height: 80vh !important;
    max-width: 93vw;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .comentarios-rnv {
    grid-area: comentarios-rnv;
    grid-column: 1/2;
    grid-row: 6/7;
  }
  .mes-rnv-download-button {
    display: grid;
    gap: 10px;
    grid-template-columns: 70px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "mes-rnv-download-img mes-rnv-download-text" "mes-rnv-download-img mes-rnv-download-icon";
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #320946;
  }
  .mes-rnv-download-button.dark {
    border: 1px solid #BB86FC;
  }
  .mes-rnv-download-img {
    grid-area: mes-rnv-download-img;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .mes-rnv-download-text {
    grid-area: mes-rnv-download-text;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .mes-rnv-download-icon {
    grid-area: mes-rnv-download-icon;
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .text-mes-rnv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
/* tableta */
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-mes-rnv {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "text-title-mes-rnv" "video-mes-rnv" "download-mes-rnv" "title" "scroll-area-mes-rnv" "comentarios-rnv";
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-title-mes-rnv {
    grid-area: text-title-mes-rnv;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .video-mes-rnv {
    grid-area: video-mes-rnv;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .download-mes-rnv {
    grid-area: download-mes-rnv;
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .title {
    grid-area: title;
    grid-column: 1/2;
    grid-row: 5/6 !important;
  }
  .scroll-area-mes-rnv {
    grid-area: scroll-area-mes-rnv;
    grid-column: 1/2;
    grid-row: 6/7;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .scroll-area-mes-rnv .area-scroll-tips {
    max-height: 80vh !important;
    max-width: 64vw;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .scroll-area-mes-rnv .area-scroll-tips.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .comentarios-rnv {
    grid-area: comentarios-rnv;
    grid-column: 1/2;
    grid-row: 6/7;
  }
  .mes-rnv-download-button {
    display: grid;
    gap: 10px;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "mes-rnv-download-img mes-rnv-download-text" "mes-rnv-download-img mes-rnv-download-icon";
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #320946;
    max-width: 400px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .mes-rnv-download-button.dark {
    border: 1px solid #BB86FC;
  }
  .mes-rnv-download-button p {
    font-size: 1.2em;
  }
  .mes-rnv-download-img {
    grid-area: mes-rnv-download-img;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .mes-rnv-download-text {
    grid-area: mes-rnv-download-text;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0 0 0 20px;
  }
  .mes-rnv-download-text p {
    line-height: 140%;
  }
  .mes-rnv-download-icon {
    grid-area: mes-rnv-download-icon;
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
/* escritorio  mediano */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-mes-rnv {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "text-title-mes-rnv" "video-mes-rnv" "download-mes-rnv" "title" "scroll-area-mes-rnv" "comentarios-rnv";
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-title-mes-rnv {
    grid-area: text-title-mes-rnv;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .video-mes-rnv {
    grid-area: video-mes-rnv;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .download-mes-rnv {
    grid-area: download-mes-rnv;
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .title {
    grid-area: title;
    grid-column: 1/2;
    grid-row: 4/5 !important;
  }
  .scroll-area-mes-rnv {
    grid-area: scroll-area-mes-rnv;
    grid-column: 1/2;
    grid-row: 5/6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .scroll-area-mes-rnv .area-scroll-tips {
    max-height: 80vh !important;
    max-width: 54vw;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .scroll-area-mes-rnv .area-scroll-tips.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .comentarios-rnv {
    grid-area: comentarios-rnv;
    grid-column: 1/2;
    grid-row: 6/7;
  }
  .mes-rnv-download-button {
    display: grid;
    gap: 10px;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "mes-rnv-download-img mes-rnv-download-text" "mes-rnv-download-img mes-rnv-download-icon";
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #320946;
    max-width: 400px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .mes-rnv-download-button.dark {
    border: 1px solid #BB86FC;
  }
  .mes-rnv-download-button p {
    font-size: 1.2em;
  }
  .mes-rnv-download-img {
    grid-area: mes-rnv-download-img;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .mes-rnv-download-text {
    grid-area: mes-rnv-download-text;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0 0 0 20px;
  }
  .mes-rnv-download-text p {
    line-height: 140%;
  }
  .mes-rnv-download-icon {
    grid-area: mes-rnv-download-icon;
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .text-title-mes-rnv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
/* escritorio */
@media (min-width: 1200px) {
  .grid-mes-rnv {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto;
    gap: 0px 0px;
    grid-template-areas: "text-title-mes-rnv" "video-mes-rnv" "download-mes-rnv" "title" "scroll-area-mes-rnv" "comentarios-rnv";
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-title-mes-rnv {
    grid-area: text-title-mes-rnv;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .video-mes-rnv {
    grid-area: video-mes-rnv;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .download-mes-rnv {
    grid-area: download-mes-rnv;
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .title {
    grid-area: title;
    grid-column: 1/2;
    grid-row: 4/5 !important;
  }
  .scroll-area-mes-rnv {
    grid-area: scroll-area-mes-rnv;
    grid-column: 1/2;
    grid-row: 5/6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .scroll-area-mes-rnv .area-scroll-tips {
    max-height: 80vh !important;
    max-width: 50vw;
    width: 100%;
    display: flex;
    margin: 10px 15px;
    overflow-x: auto;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .scroll-area-mes-rnv .area-scroll-tips.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .comentarios-rnv {
    grid-area: comentarios-rnv;
    grid-column: 1/2;
    grid-row: 6/7;
  }
  .mes-rnv-download-button {
    display: grid;
    gap: 10px;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "mes-rnv-download-img mes-rnv-download-text" "mes-rnv-download-img mes-rnv-download-icon";
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #320946;
    max-width: 400px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .mes-rnv-download-button.dark {
    border: 1px solid #BB86FC;
  }
  .mes-rnv-download-button p {
    font-size: 1.2em;
  }
  .mes-rnv-download-img {
    grid-area: mes-rnv-download-img;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .mes-rnv-download-text {
    grid-area: mes-rnv-download-text;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0 0 0 20px;
  }
  .mes-rnv-download-text p {
    line-height: 140%;
  }
  .mes-rnv-download-icon {
    grid-area: mes-rnv-download-icon;
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .text-title-mes-rnv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .text-title-mes-rnv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575.98px){
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1200px){
  .mes-rnv-download-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mes-rnv-download-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mes-rnv-download-icon {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575.98px){
  .text-mes-rnv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .text-mes-rnv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .text-mes-rnv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .text-title-mes-rnv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .text-title-mes-rnv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .text-title-mes-rnv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .text-title-mes-rnv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .text-title-mes-rnv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px){
  .text-title-mes-rnv {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-mes-rnv {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .download-mes-rnv {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .scroll-area-mes-rnv {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .comentarios-rnv {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
}
/** mobile **/
@media (max-width: 575.98px) {
  .share-elements {
    margin-top: 20px;
  }
  .share-elements:first-child {
    margin-top: 0px !important;
  }
  .grid-share {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    grid-template-areas: "share-title" "share-dash";
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .share-title {
    grid-area: share-title;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 15px;
  }
  .share-title h1 {
    color: #392E48;
    font-size: 1.3em;
  }
  .share-title h1.dark {
    color: #ffffff;
  }
  .share-dash {
    grid-area: share-dash;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 20px;
  }
  .share-dash .share-mes {
    padding: 0 15px;
  }
  .share-dash .share-mes h1 {
    color: #392E48;
    font-size: 1rem;
  }
  .share-dash .share-mes h1.dark {
    color: #ffffff;
  }
  .share-dash .right-button {
    display: none !important;
  }
  .share-dash .left-button {
    display: none !important;
  }
  .share-dash .share-dash-container {
    max-height: 80vh !important;
    max-width: 89vw;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .modal-compartir {
    background-color: rgba(250, 250, 250, 0.8);
  }
  .modal-compartir.dark {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .modal-compartir .uk-modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100%;
  }
  .modal-compartir .uk-modal-dialog img {
    max-height: 80vh;
    width: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .contenedor-modal-copartir {
    width: 96vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
/** landscape **/
@media (min-width: 576px) and (max-width: 767.98px) {
  .share-elements {
    margin-top: 20px;
  }
  .share-elements:first-child {
    margin-top: 0px !important;
  }
  .grid-share {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "share-title" "share-dash";
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .share-title {
    grid-area: share-title;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 15px;
  }
  .share-title h1 {
    color: #392E48;
    font-size: 1.3em;
  }
  .share-title h1.dark {
    color: #ffffff;
  }
  .share-dash {
    grid-area: share-dash;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 20px;
  }
  .share-dash .share-mes {
    padding: 0 15px;
  }
  .share-dash .share-mes h1 {
    color: #392E48;
    font-size: 1rem;
  }
  .share-dash .share-mes h1.dark {
    color: #ffffff;
  }
  .share-dash .right-button {
    display: none !important;
  }
  .share-dash .left-button {
    display: none !important;
  }
  .share-dash .share-dash-container {
    max-height: 80vh !important;
    max-width: 93vw;
    display: flex;
    padding: 10px 15px;
    overflow-x: auto;
  }
  .modal-compartir {
    background-color: rgba(250, 250, 250, 0.8);
  }
  .modal-compartir.dark {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .modal-compartir .uk-modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100%;
  }
  .modal-compartir .uk-modal-dialog img {
    max-height: 80vh;
    width: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .contenedor-modal-copartir {
    width: 70vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
/** Tabletas **/
@media (min-width: 768px) and (max-width: 991.98px) {
  .share-elements {
    margin-top: 40px;
  }
  .share-elements:first-child {
    margin-top: 0px !important;
  }
  .grid-share {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "share-title" "share-dash";
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .share-title {
    grid-area: share-title;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 15px;
  }
  .share-title h1 {
    color: #392E48;
    font-size: 1.3em;
  }
  .share-title h1.dark {
    color: #ffffff;
  }
  .share-dash {
    grid-area: share-dash;
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 40px 0;
  }
  .share-dash .share-mes {
    padding: 0 15px;
  }
  .share-dash .share-mes h1 {
    color: #392E48;
    font-size: 1rem;
  }
  .share-dash .share-mes h1.dark {
    color: #ffffff;
  }
  .share-dash .share-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .share-dash .share-dash-container {
    max-height: 80vh !important;
    max-width: 50vw;
    width: 100%;
    display: flex;
    overflow-x: auto;
    margin: 0 15px;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .share-dash .share-dash-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .modal-compartir {
    background-color: rgba(250, 250, 250, 0.8);
  }
  .modal-compartir.dark {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .modal-compartir .uk-modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100%;
  }
  .modal-compartir .uk-modal-dialog img {
    max-height: 80vh;
    width: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .contenedor-modal-copartir {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
/** escritorio mediano **/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .share-elements {
    margin-top: 40px;
  }
  .share-elements:first-child {
    margin-top: 0px !important;
  }
  .grid-share {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "share-title" "share-dash";
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .share-title {
    grid-area: share-title;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 15px;
  }
  .share-title h1 {
    color: #392E48;
    font-size: 1.3em;
  }
  .share-title h1.dark {
    color: #ffffff;
  }
  .share-dash {
    grid-area: share-dash;
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 40px 0;
  }
  .share-dash .share-mes {
    padding: 0 15px;
  }
  .share-dash .share-mes h1 {
    color: #392E48;
    font-size: 1rem;
  }
  .share-dash .share-mes h1.dark {
    color: #ffffff;
  }
  .share-dash .share-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .share-dash .share-dash-container {
    max-height: 80vh !important;
    max-width: 50vw;
    width: 100%;
    display: flex;
    overflow-x: auto;
    margin: 0 15px;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .share-dash .share-dash-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .modal-compartir {
    background-color: rgba(250, 250, 250, 0.8);
  }
  .modal-compartir.dark {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .modal-compartir .uk-modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100%;
  }
  .modal-compartir .uk-modal-dialog img {
    max-height: 80vh;
    width: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .contenedor-modal-copartir {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
/** escritorio grande **/
@media (min-width: 1200px) {
  .share-elements {
    margin-top: 40px;
  }
  .share-elements:first-child {
    margin-top: 0px !important;
  }
  .grid-share {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "share-title" "share-dash";
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .share-title {
    grid-area: share-title;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 15px;
  }
  .share-title h1 {
    color: #392E48;
    font-size: 1.3em;
  }
  .share-title h1.dark {
    color: #ffffff;
  }
  .share-dash {
    grid-area: share-dash;
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 40px 0;
  }
  .share-dash .share-mes {
    padding: 0 15px;
  }
  .share-dash .share-mes h1 {
    color: #392E48;
    font-size: 1rem;
  }
  .share-dash .share-mes h1.dark {
    color: #ffffff;
  }
  .share-dash .share-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .share-dash .share-dash-container {
    max-height: 80vh !important;
    max-width: 50vw;
    width: 100%;
    display: flex;
    overflow-x: auto;
    margin: 0 15px;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .share-dash .share-dash-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .modal-compartir {
    background-color: rgba(250, 250, 250, 0.8);
  }
  .modal-compartir.dark {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .modal-compartir .uk-modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100% !important;
  }
  .modal-compartir .uk-modal-dialog img {
    max-height: 80vh;
    width: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .contenedor-modal-copartir {
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px){
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px){
  .share-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .share-dash {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px) {
  .profile-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .profile-container .avatar-profile {
    position: relative;
    margin-bottom: 40px;
  }
  .profile-container .avatar-profile img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .profile-container .avatar-profile .icon-profile {
    position: absolute;
    left: 60%;
    top: 75%;
    background-color: #e1637a;
    color: #ffffff;
    border-radius: 50%;
    padding: 10px;
  }
  .profile-container .profile-data h2 {
    color: #392E48;
    text-align: center;
    font-size: 1.2em;
    margin: 20px 0 0 0;
  }
  .profile-container .profile-data h2.dark {
    color: #ffffff;
  }
  .profile-container .profile-data h5 {
    color: #320946;
    font-size: 0.8em;
    text-align: center;
    margin: 5px 0 15px 0;
  }
  .profile-container .profile-data h5.dark {
    color: #BB86FC;
  }
  .profile-container .profile-data p {
    text-align: center;
  }
  .profile-container .profile-data p span {
    color: #320946;
  }
  .profile-container .profile-data p span.dark {
    color: #BB86FC;
  }
  .profile-container .edit-mail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .profile-container .profile-edit input {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #320946;
  }
  .profile-container .profile-edit input.dark {
    border-bottom: 1px solid #BB86FC;
  }
}
/* landscape */
@media (min-width: 576px) and (max-width: 767.98px) {
  .profile-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .profile-container .avatar-profile {
    position: relative;
    margin-bottom: 40px;
  }
  .profile-container .avatar-profile img {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .profile-container .avatar-profile .icon-profile {
    position: absolute;
    left: 60%;
    top: 75%;
    background-color: #e1637a;
    color: #ffffff;
    border-radius: 50%;
    padding: 10px;
  }
  .profile-container .profile-data h2 {
    color: #392E48;
    text-align: center;
    font-size: 1.2em;
    margin: 20px 0 0 0;
  }
  .profile-container .profile-data h2.dark {
    color: #ffffff;
  }
  .profile-container .profile-data h5 {
    color: #320946;
    font-size: 0.8em;
    text-align: center;
    margin: 5px 0 15px 0;
  }
  .profile-container .profile-data h5.dark {
    color: #BB86FC;
  }
  .profile-container .profile-data p {
    text-align: center;
  }
  .profile-container .profile-data p span {
    color: #320946;
  }
  .profile-container .profile-data p span.dark {
    color: #BB86FC;
  }
  .profile-container .edit-mail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .profile-container .profile-edit input {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #320946;
  }
  .profile-container .profile-edit input.dark {
    border-bottom: 1px solid #BB86FC;
  }
}
/* tabletas */
@media (min-width: 768px) and (max-width: 991.98px) {
  .profile-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .profile-container .avatar-profile {
    position: relative;
    margin-bottom: 40px;
  }
  .profile-container .avatar-profile img {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .profile-container .avatar-profile .icon-profile {
    position: absolute;
    left: 60%;
    top: 75%;
    background-color: #e1637a;
    color: #ffffff;
    border-radius: 50%;
    padding: 10px;
  }
  .profile-container .profile-data h2 {
    color: #392E48;
    text-align: center;
    font-size: 1.2em;
    margin: 20px 0 0 0;
  }
  .profile-container .profile-data h2.dark {
    color: #ffffff;
  }
  .profile-container .profile-data h5 {
    color: #320946;
    font-size: 0.8em;
    text-align: center;
    margin: 5px 0 15px 0;
  }
  .profile-container .profile-data h5.dark {
    color: #BB86FC;
  }
  .profile-container .profile-data p {
    text-align: center;
  }
  .profile-container .profile-data p span {
    color: #320946;
  }
  .profile-container .profile-data p span.dark {
    color: #BB86FC;
  }
  .profile-container .edit-mail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .profile-container .profile-edit input {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #320946;
  }
  .profile-container .profile-edit input.dark {
    border-bottom: 1px solid #BB86FC;
  }
}
/* escritorio mediano */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .profile-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .profile-container .avatar-profile {
    position: relative;
    margin-bottom: 40px;
  }
  .profile-container .avatar-profile img {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .profile-container .avatar-profile .icon-profile {
    position: absolute;
    left: 60%;
    top: 75%;
    background-color: #e1637a;
    color: #ffffff;
    border-radius: 50%;
    padding: 10px;
  }
  .profile-container .profile-data h2 {
    color: #392E48;
    text-align: center;
    font-size: 1.2em;
    margin: 20px 0 0 0;
  }
  .profile-container .profile-data h2.dark {
    color: #ffffff;
  }
  .profile-container .profile-data h5 {
    color: #320946;
    font-size: 0.8em;
    text-align: center;
    margin: 5px 0 15px 0;
  }
  .profile-container .profile-data h5.dark {
    color: #BB86FC;
  }
  .profile-container .profile-data p {
    text-align: center;
  }
  .profile-container .profile-data p span {
    color: #320946;
  }
  .profile-container .profile-data p span.dark {
    color: #BB86FC;
  }
  .profile-container .edit-mail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .profile-container .profile-edit input {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #320946;
  }
  .profile-container .profile-edit input.dark {
    border-bottom: 1px solid #BB86FC;
  }
}
/* escirtorio */
@media (min-width: 1200px) {
  .profile-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .profile-container .avatar-profile {
    position: relative;
    margin-bottom: 40px;
  }
  .profile-container .avatar-profile img {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .profile-container .avatar-profile .icon-profile {
    position: absolute;
    left: 60%;
    top: 75%;
    background-color: #e1637a;
    color: #ffffff;
    border-radius: 50%;
    padding: 10px;
  }
  .profile-container .profile-data h2 {
    color: #392E48;
    text-align: center;
    font-size: 1.2em;
    margin: 20px 0 0 0;
  }
  .profile-container .profile-data h2.dark {
    color: #ffffff;
  }
  .profile-container .profile-data h5 {
    color: #320946;
    font-size: 0.8em;
    text-align: center;
    margin: 5px 0 15px 0;
  }
  .profile-container .profile-data h5.dark {
    color: #BB86FC;
  }
  .profile-container .profile-data p {
    text-align: center;
  }
  .profile-container .profile-data p span {
    color: #320946;
  }
  .profile-container .profile-data p span.dark {
    color: #BB86FC;
  }
  .profile-container .edit-mail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .profile-container .profile-edit input {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #320946;
  }
  .profile-container .profile-edit input.dark {
    border-bottom: 1px solid #BB86FC;
  }
}
@media (max-width: 575.98px) {
  .contenedor-dinamica iframe {
    width: 100% !important;
    height: calc(100vh - 130px) !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contenedor-dinamica {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contenedor-dinamica iframe {
    width: 100% !important;
    height: 65vh !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contenedor-dinamica {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .contenedor-dinamica iframe {
    width: 100% !important;
    height: 65vh !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contenedor-dinamica {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .contenedor-dinamica iframe {
    width: 100% !important;
    height: 65vh !important;
  }
}
@media (min-width: 1200px) {
  .contenedor-dinamica {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .contenedor-dinamica iframe {
    width: 100% !important;
    height: 65vh !important;
  }
}
@media (max-width: 575.98px) {
  .principal-answer-list {
    list-style: none;
    margin: 0px;
    padding: 0;
  }
  .principal-answer-list li {
    margin-bottom: 40px;
  }
  .secondary-answer-list {
    list-style: none;
    margin: 0px;
    padding: 0;
  }
  .grid-comments textarea {
    width: 90%;
    margin: 10px auto;
    padding: 5px;
    display: block;
    border-radius: 5px;
    background-color: transparent !important;
    border: 1px solid #bababa !important;
    color: #392E48;
  }
  .grid-comments textarea.dark {
    border: 1px solid #e1637a !important;
    color: #ffffff;
  }
  .grid-comments textarea::placeholder {
    color: #cccccc !important;
  }
  /** ////////////////////////////////////  **/
  .grid-avatar-principal {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "avatar-principal nombre-principal" "avatar-principal comentario-principal" "avatar-secundario respuesta-principal";
    margin-bottom: 10px;
  }
  .avatar-principal {
    grid-area: avatar-principal;
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .avatar-principal img {
    width: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
  }
  .nombre-principal {
    grid-area: nombre-principal;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  .nombre-principal h5 {
    color: #320946;
    line-height: 120%;
    margin: 5px 0;
    font-size: 1.1em;
  }
  .nombre-principal h5.dark {
    color: #BB86FC !important;
  }
  .comentario-principal {
    grid-area: comentario-principal;
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 0 5px;
  }
  .respuesta-principal {
    grid-area: respuesta-principal;
    grid-column: 2/3;
    grid-row: 3/4;
    padding: 0 5px;
  }
  /** ////////////////////////////////////  **/
  .grid-comments-secundario {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-comments-secundario textarea {
    width: 90%;
    margin: 10px auto;
    padding: 5px;
    display: block;
    border-radius: 5px;
    background-color: transparent !important;
    border: 1px solid #bababa !important;
    color: #392E48;
  }
  .grid-comments-secundario textarea.dark {
    border: 1px solid #e1637a !important;
    color: #ffffff;
  }
  .grid-comments-secundario textarea::placeholder {
    color: #cccccc !important;
  }
  .grid-avatar-secundario {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "avatar-secundario nombre-secundario" "avatar-secundario comentario-secundario" "avatar-secundario respuesta-secundario";
    margin: 0 0 10px 0px;
  }
  .avatar-secundario {
    grid-area: avatar-secundario;
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .avatar-secundario img {
    width: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
  }
  .nombre-secundario {
    grid-area: nombre-secundario;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  .nombre-secundario h5 {
    color: #320946;
    line-height: 120%;
    margin: 5px 0;
    font-size: 1.1em;
  }
  .nombre-secundario h5.dark {
    color: #BB86FC !important;
  }
  .comentario-secundario {
    grid-area: comentario-secundario;
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 0 5px;
  }
  .respuesta-secundario {
    grid-area: respuesta-secundario;
    grid-column: 2/3;
    grid-row: 3/4;
    padding: 0 5px;
  }
  /** //////////////////////////////////// **/
  .grid-interaction-answer {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "button-answer interaction-answer";
  }
  .button-answer {
    grid-area: button-answer;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .button-answer h6 {
    color: #fafafa;
    font-size: 1em;
    margin: 10px 0;
  }
  .button-answer h6.dark {
    color: #e1637a;
  }
  .interaction-answer {
    grid-area: interaction-answer;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .interaction-answer .uk-dropdown {
    background-color: #1c182d;
    border-radius: 10px;
  }
  .interaction-answer .contenedor-emojis {
    width: 300px !important;
    height: 300px;
    overflow-y: scroll;
  }
  .interaction-answer .contenedor-emojis .buscador-emojis input {
    width: 95%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #BB86FC;
    margin-bottom: 20px !important;
    color: #BB86FC;
  }
  .interaction-answer .contenedor-emojis .buscador-emojis input::placeholder {
    color: #BB86FC;
  }
  .interaction-answer .contenedor-emojis .buscador-emojis input:focus-visible {
    border: transparent !important;
  }
  .interaction-answer .contenedor-emojis button {
    background-color: transparent;
    border: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .principal-answer-list {
    list-style: none;
    margin: 0px;
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .principal-answer-list li {
    margin-bottom: 40px;
  }
  .secondary-answer-list {
    list-style: none;
    margin: 0px;
    padding: 0;
  }
  .grid-comments {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-comments textarea {
    width: 96%;
    margin: 10px auto;
    padding: 5px;
    display: block;
    border-radius: 5px;
    background-color: transparent !important;
    border: 1px solid #bababa !important;
    color: #392E48;
  }
  .grid-comments textarea.dark {
    border: 1px solid #e1637a !important;
    color: #ffffff;
  }
  .grid-comments textarea::placeholder {
    color: #cccccc !important;
  }
  /** ////////////////////////////////////  **/
  .grid-avatar-principal {
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "avatar-principal nombre-principal" "avatar-principal comentario-principal" "avatar-secundario respuesta-principal";
    margin-bottom: 10px;
  }
  .avatar-principal {
    grid-area: avatar-principal;
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .avatar-principal img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
  }
  .nombre-principal {
    grid-area: nombre-principal;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  .nombre-principal h5 {
    color: #320946;
    line-height: 120%;
    margin: 5px 0;
    font-size: 1.1em;
  }
  .nombre-principal h5.dark {
    color: #BB86FC !important;
  }
  .comentario-principal {
    grid-area: comentario-principal;
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 0 5px;
  }
  .respuesta-principal {
    grid-area: respuesta-principal;
    grid-column: 2/3;
    grid-row: 3/4;
    padding: 0 5px;
  }
  /** ////////////////////////////////////  **/
  .grid-comments-secundario {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-comments-secundario textarea {
    width: 90%;
    margin: 10px auto;
    padding: 5px;
    display: block;
    border-radius: 5px;
    background-color: transparent !important;
    border: 1px solid #bababa !important;
    color: #392E48;
  }
  .grid-comments-secundario textarea.dark {
    border: 1px solid #e1637a !important;
    color: #ffffff;
  }
  .grid-comments-secundario textarea::placeholder {
    color: #cccccc !important;
  }
  .grid-avatar-secundario {
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "avatar-secundario nombre-secundario" "avatar-secundario comentario-secundario" "avatar-secundario respuesta-secundario";
    margin: 0 0 10px 43px;
  }
  .avatar-secundario {
    grid-area: avatar-secundario;
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .avatar-secundario img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
  }
  .nombre-secundario {
    grid-area: nombre-secundario;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  .nombre-secundario h5 {
    color: #320946;
    line-height: 120%;
    margin: 5px 0;
    font-size: 1.1em;
  }
  .nombre-secundario h5.dark {
    color: #BB86FC !important;
  }
  .comentario-secundario {
    grid-area: comentario-secundario;
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 0 5px;
  }
  .respuesta-secundario {
    grid-area: respuesta-secundario;
    grid-column: 2/3;
    grid-row: 3/4;
    padding: 0 5px;
  }
  /** //////////////////////////////////// **/
  .grid-interaction-answer {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "button-answer interaction-answer";
  }
  .button-answer {
    grid-area: button-answer;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .button-answer h6 {
    color: #fafafa;
    font-size: 1em;
    margin: 10px 0;
  }
  .button-answer h6.dark {
    color: #e1637a;
  }
  .interaction-answer {
    grid-area: interaction-answer;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .interaction-answer .uk-dropdown {
    background-color: #1c182d;
    border-radius: 10px;
  }
  .interaction-answer .contenedor-emojis {
    width: 300px !important;
    height: 300px;
    overflow-y: scroll;
  }
  .interaction-answer .contenedor-emojis .buscador-emojis input {
    width: 95%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #BB86FC;
    margin-bottom: 20px !important;
    color: #BB86FC;
  }
  .interaction-answer .contenedor-emojis .buscador-emojis input::placeholder {
    color: #BB86FC;
  }
  .interaction-answer .contenedor-emojis .buscador-emojis input:focus-visible {
    border: transparent !important;
  }
  .interaction-answer .contenedor-emojis button {
    background-color: transparent;
    border: none;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .principal-answer-list {
    list-style: none;
    margin: 0px;
    padding: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .principal-answer-list li {
    margin-bottom: 40px;
  }
  .secondary-answer-list {
    list-style: none;
    margin: 0px;
    padding: 0;
  }
  .grid-comments {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .grid-comments textarea {
    width: 100%;
    margin: 10px auto;
    padding: 5px;
    display: block;
    border-radius: 5px;
    background-color: transparent !important;
    border: 1px solid #bababa !important;
    color: #392E48;
  }
  .grid-comments textarea.dark {
    border: 1px solid #e1637a !important;
    color: #ffffff;
  }
  .grid-comments textarea::placeholder {
    color: #cccccc !important;
  }
  /** ////////////////////////////////////  **/
  .grid-avatar-principal {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "avatar-principal nombre-principal" "avatar-principal comentario-principal" "avatar-secundario respuesta-principal";
    margin-bottom: 40px;
  }
  .avatar-principal {
    grid-area: avatar-principal;
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .avatar-principal img {
    width: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
  }
  .nombre-principal {
    grid-area: nombre-principal;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  .nombre-principal h5 {
    color: #320946;
    line-height: 120%;
    margin: 5px 0;
    font-size: 1.1em;
  }
  .nombre-principal h5.dark {
    color: #BB86FC !important;
  }
  .comentario-principal {
    grid-area: comentario-principal;
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 0 5px;
  }
  .respuesta-principal {
    grid-area: respuesta-principal;
    grid-column: 2/3;
    grid-row: 3/4;
    padding: 0 5px;
  }
  /** ////////////////////////////////////  **/
  .grid-comments-secundario {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .grid-comments-secundario textarea {
    width: 100%;
    margin: 10px auto;
    padding: 5px;
    display: block;
    border-radius: 5px;
    background-color: transparent !important;
    border: 1px solid #bababa !important;
    color: #392E48;
  }
  .grid-comments-secundario textarea.dark {
    border: 1px solid #e1637a !important;
    color: #ffffff;
  }
  .grid-comments-secundario textarea::placeholder {
    color: #cccccc !important;
  }
  .grid-avatar-secundario {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "avatar-secundario nombre-secundario" "avatar-secundario comentario-secundario" "avatar-secundario respuesta-secundario";
    margin: 0 0 40px 0px;
  }
  .avatar-secundario {
    grid-area: avatar-secundario;
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .avatar-secundario img {
    width: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
  }
  .nombre-secundario {
    grid-area: nombre-secundario;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  .nombre-secundario h5 {
    color: #320946;
    line-height: 120%;
    margin: 5px 0;
    font-size: 1.1em;
  }
  .nombre-secundario h5.dark {
    color: #BB86FC !important;
  }
  .comentario-secundario {
    grid-area: comentario-secundario;
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 0 5px;
  }
  .respuesta-secundario {
    grid-area: respuesta-secundario;
    grid-column: 2/3;
    grid-row: 3/4;
    padding: 0 5px;
  }
  /** //////////////////////////////////// **/
  .grid-interaction-answer {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "button-answer interaction-answer";
  }
  .button-answer {
    grid-area: button-answer;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .button-answer h6 {
    color: #fafafa;
    font-size: 1em;
    margin: 10px 0;
  }
  .button-answer h6.dark {
    color: #e1637a;
  }
  .interaction-answer {
    grid-area: interaction-answer;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .interaction-answer .uk-dropdown {
    background-color: #1c182d;
    border-radius: 10px;
  }
  .interaction-answer .contenedor-emojis {
    width: 300px !important;
    height: 300px;
    overflow-y: scroll;
  }
  .interaction-answer .contenedor-emojis .buscador-emojis input {
    width: 95%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #BB86FC;
    margin-bottom: 20px !important;
    color: #BB86FC;
  }
  .interaction-answer .contenedor-emojis .buscador-emojis input::placeholder {
    color: #BB86FC;
  }
  .interaction-answer .contenedor-emojis .buscador-emojis input:focus-visible {
    border: transparent !important;
  }
  .interaction-answer .contenedor-emojis button {
    background-color: transparent;
    border: none;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .principal-answer-list {
    list-style: none;
    margin: 0px;
    padding: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .principal-answer-list li {
    margin-bottom: 40px;
  }
  .secondary-answer-list {
    list-style: none;
    margin: 0px;
    padding: 0;
  }
  .grid-comments {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .grid-comments textarea {
    width: 100%;
    margin: 10px auto;
    padding: 5px;
    display: block;
    border-radius: 5px;
    background-color: transparent !important;
    border: 1px solid #bababa !important;
    color: #392E48;
  }
  .grid-comments textarea.dark {
    border: 1px solid #e1637a !important;
    color: #ffffff;
  }
  .grid-comments textarea::placeholder {
    color: #cccccc !important;
  }
  /** ////////////////////////////////////  **/
  .grid-avatar-principal {
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "avatar-principal nombre-principal" "avatar-principal comentario-principal" "avatar-secundario respuesta-principal";
    margin-bottom: 40px;
  }
  .avatar-principal {
    grid-area: avatar-principal;
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .avatar-principal img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
  }
  .nombre-principal {
    grid-area: nombre-principal;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  .nombre-principal h5 {
    color: #320946;
    line-height: 120%;
    margin: 5px 0;
    font-size: 1.1em;
  }
  .nombre-principal h5.dark {
    color: #BB86FC !important;
  }
  .comentario-principal {
    grid-area: comentario-principal;
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 0 5px;
  }
  .respuesta-principal {
    grid-area: respuesta-principal;
    grid-column: 2/3;
    grid-row: 3/4;
    padding: 0 5px;
  }
  /** ////////////////////////////////////  **/
  .grid-comments-secundario {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .grid-comments-secundario textarea {
    width: 100%;
    margin: 10px auto;
    padding: 5px;
    display: block;
    border-radius: 5px;
    background-color: transparent !important;
    border: 1px solid #bababa !important;
    color: #392E48;
  }
  .grid-comments-secundario textarea.dark {
    border: 1px solid #e1637a !important;
    color: #ffffff;
  }
  .grid-comments-secundario textarea::placeholder {
    color: #cccccc !important;
  }
  .grid-avatar-secundario {
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "avatar-secundario nombre-secundario" "avatar-secundario comentario-secundario" "avatar-secundario respuesta-secundario";
    margin: 0 0 40px 0px;
  }
  .avatar-secundario {
    grid-area: avatar-secundario;
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .avatar-secundario img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
  }
  .nombre-secundario {
    grid-area: nombre-secundario;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  .nombre-secundario h5 {
    color: #320946;
    line-height: 120%;
    margin: 5px 0;
    font-size: 1.1em;
  }
  .nombre-secundario h5.dark {
    color: #BB86FC !important;
  }
  .comentario-secundario {
    grid-area: comentario-secundario;
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 0 5px;
  }
  .respuesta-secundario {
    grid-area: respuesta-secundario;
    grid-column: 2/3;
    grid-row: 3/4;
    padding: 0 5px;
  }
  /** //////////////////////////////////// **/
  .grid-interaction-answer {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "button-answer interaction-answer";
  }
  .button-answer {
    grid-area: button-answer;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .button-answer h6 {
    color: #fafafa;
    font-size: 1em;
    margin: 10px 0;
  }
  .button-answer h6.dark {
    color: #e1637a;
  }
  .interaction-answer {
    grid-area: interaction-answer;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .interaction-answer .uk-dropdown {
    background-color: #1c182d;
    border-radius: 10px;
  }
  .interaction-answer .contenedor-emojis {
    width: 300px !important;
    height: 300px;
    overflow-y: scroll;
  }
  .interaction-answer .contenedor-emojis .buscador-emojis input {
    width: 95%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #BB86FC;
    margin-bottom: 20px !important;
    color: #BB86FC;
  }
  .interaction-answer .contenedor-emojis .buscador-emojis input::placeholder {
    color: #BB86FC;
  }
  .interaction-answer .contenedor-emojis .buscador-emojis input:focus-visible {
    border: transparent !important;
  }
  .interaction-answer .contenedor-emojis button {
    background-color: transparent;
    border: none;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px) {
  .principal-answer-list {
    list-style: none;
    margin: 0px;
    padding: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .principal-answer-list li {
    margin-bottom: 40px;
  }
  .secondary-answer-list {
    list-style: none;
    margin: 0px;
    padding: 0;
  }
  .grid-comments {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .grid-comments textarea {
    width: 96%;
    margin: 10px auto;
    padding: 5px;
    display: block;
    border-radius: 5px;
    background-color: transparent !important;
    border: 1px solid #bababa !important;
    color: #392E48;
  }
  .grid-comments textarea.dark {
    border: 1px solid #e1637a !important;
    color: #ffffff;
  }
  .grid-comments textarea::placeholder {
    color: #b8b8b8 !important;
  }
  /** ////////////////////////////////////  **/
  .grid-avatar-principal {
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "avatar-principal nombre-principal" "avatar-principal comentario-principal" "avatar-secundario respuesta-principal";
    margin-bottom: 40px;
  }
  .avatar-principal {
    grid-area: avatar-principal;
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .avatar-principal img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
  }
  .nombre-principal {
    grid-area: nombre-principal;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  .nombre-principal h5 {
    color: #320946;
    line-height: 120%;
    margin: 5px 0;
    font-size: 1.1em;
  }
  .nombre-principal h5.dark {
    color: #BB86FC !important;
  }
  .comentario-principal {
    grid-area: comentario-principal;
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 0 5px;
  }
  .respuesta-principal {
    grid-area: respuesta-principal;
    grid-column: 2/3;
    grid-row: 3/4;
    padding: 0 5px;
  }
  /** ////////////////////////////////////  **/
  .grid-comments-secundario {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .grid-comments-secundario textarea {
    width: 100%;
    margin: 10px auto;
    padding: 5px;
    display: block;
    border-radius: 5px;
    background-color: transparent !important;
    border: 1px solid #bababa !important;
    color: #392E48;
  }
  .grid-comments-secundario textarea.dark {
    border: 1px solid #e1637a !important;
    color: #ffffff;
  }
  .grid-comments-secundario textarea::placeholder {
    color: #cccccc !important;
  }
  .grid-avatar-secundario {
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "avatar-secundario nombre-secundario" "avatar-secundario comentario-secundario" "avatar-secundario respuesta-secundario";
    margin: 0 0 40px 0px;
  }
  .avatar-secundario {
    grid-area: avatar-secundario;
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .avatar-secundario img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
  }
  .nombre-secundario {
    grid-area: nombre-secundario;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  .nombre-secundario h5 {
    color: #320946;
    line-height: 120%;
    margin: 5px 0;
    font-size: 1.1em;
  }
  .nombre-secundario h5.dark {
    color: #BB86FC !important;
  }
  .comentario-secundario {
    grid-area: comentario-secundario;
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 0 5px;
  }
  .respuesta-secundario {
    grid-area: respuesta-secundario;
    grid-column: 2/3;
    grid-row: 3/4;
    padding: 0 5px;
  }
  /** //////////////////////////////////// **/
  .grid-interaction-answer {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "button-answer interaction-answer";
  }
  .button-answer {
    grid-area: button-answer;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .button-answer h6 {
    color: #fafafa;
    font-size: 1em;
    margin: 10px 0;
  }
  .button-answer h6.dark {
    color: #e1637a;
  }
  .interaction-answer {
    grid-area: interaction-answer;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .interaction-answer .uk-dropdown {
    background-color: #1c182d;
    border-radius: 10px;
  }
  .interaction-answer .contenedor-emojis {
    width: 300px !important;
    height: 300px;
    overflow-y: scroll;
  }
  .interaction-answer .contenedor-emojis .buscador-emojis input {
    width: 95%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #BB86FC;
    margin-bottom: 20px !important;
    color: #BB86FC;
  }
  .interaction-answer .contenedor-emojis .buscador-emojis input::placeholder {
    color: #BB86FC;
  }
  .interaction-answer .contenedor-emojis .buscador-emojis input:focus-visible {
    border: transparent !important;
  }
  .interaction-answer .contenedor-emojis button {
    background-color: transparent;
    border: none;
  }
  .interaction-answer .contenedor-emojis h5 {
    color: #ffffff;
    margin-top: 20px !important;
    margin-bottom: 5px !important;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px){
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px){
  .button-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interaction-answer {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px){
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px){
  .avatar-principal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .nombre-principal {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .comentario-principal {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .respuesta-principal {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .avatar-secundario {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .avatar-secundario {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-avatar-secundario > .nombre-secundario {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .comentario-secundario {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-avatar-secundario > .respuesta-secundario {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px) {
  .materials-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .materials-container .download-container-section {
    display: grid;
    gap: 0px 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "download-section-1 download-section-2 download-section-3";
    padding: 10px;
    margin-bottom: 30px;
  }
  .materials-container .download-section-1 {
    grid-area: download-section-1;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-1 a {
    margin-top: 5px;
  }
  .materials-container .download-section-2 {
    grid-area: download-section-2;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-2 a {
    margin-top: 5px;
  }
  .materials-container .download-section-3 {
    grid-area: download-section-3;
    grid-column: 3/4;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-3 a {
    margin-top: 5px;
  }
  .materials-container .download-section-4 {
    grid-area: download-section-4;
    grid-column: 4/5;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-4 a {
    margin-top: 5px;
  }
  .materials-container .ediciones-anteriores-container {
    margin-bottom: 40px !important;
  }
  .materials-container .ediciones-anteriores-container .right-button {
    display: none !important;
  }
  .materials-container .ediciones-anteriores-container .left-button {
    display: none !important;
  }
}
/* landscape */
@media (min-width: 576px) and (max-width: 767.98px) {
  .materials-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .materials-container .download-container-section {
    display: grid;
    gap: 0px 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "download-section-1 download-section-2 download-section-3";
    padding: 10px;
    margin-bottom: 30px;
  }
  .materials-container .download-section-1 {
    grid-area: download-section-1;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-1 a {
    margin-top: 5px;
  }
  .materials-container .download-section-2 {
    grid-area: download-section-2;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-2 a {
    margin-top: 5px;
  }
  .materials-container .download-section-3 {
    grid-area: download-section-3;
    grid-column: 3/4;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-3 a {
    margin-top: 5px;
  }
  .materials-container .download-section-4 {
    grid-area: download-section-4;
    grid-column: 4/5;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-4 a {
    margin-top: 5px;
  }
  .materials-container .ediciones-anteriores-container {
    margin-bottom: 40px !important;
  }
  .materials-container .ediciones-anteriores-container .right-button {
    display: none !important;
  }
  .materials-container .ediciones-anteriores-container .left-button {
    display: none !important;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
/* tabletas */
@media (min-width: 768px) and (max-width: 991.98px) {
  .materials-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .materials-container .download-container-section {
    display: grid;
    gap: 0px 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "download-section-1 download-section-2 download-section-3";
    padding: 10px;
    margin-bottom: 30px;
  }
  .materials-container .download-section-1 {
    grid-area: download-section-1;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-1 a {
    margin-top: 5px;
  }
  .materials-container .download-section-2 {
    grid-area: download-section-2;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-2 a {
    margin-top: 5px;
  }
  .materials-container .download-section-3 {
    grid-area: download-section-3;
    grid-column: 3/4;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-3 a {
    margin-top: 5px;
  }
  .materials-container .download-section-4 {
    grid-area: download-section-4;
    grid-column: 4/5;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-4 a {
    margin-top: 5px;
  }
  .materials-container .ediciones-anteriores-container {
    margin-bottom: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .materials-container .ediciones-anteriores-container .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 64vw;
    width: 100%;
    margin: 0 15px;
  }
  .materials-container .ediciones-anteriores-container .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
/* escritorio mediano */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .materials-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .materials-container .download-container-section {
    display: grid;
    gap: 0px 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "download-section-1 download-section-2 download-section-3";
    padding: 10px;
    margin-bottom: 30px;
  }
  .materials-container .download-section-1 {
    grid-area: download-section-1;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-1 a {
    margin-top: 5px;
  }
  .materials-container .download-section-2 {
    grid-area: download-section-2;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-2 a {
    margin-top: 5px;
  }
  .materials-container .download-section-3 {
    grid-area: download-section-3;
    grid-column: 3/4;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-3 a {
    margin-top: 5px;
  }
  .materials-container .download-section-4 {
    grid-area: download-section-4;
    grid-column: 4/5;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-4 a {
    margin-top: 5px;
  }
  .materials-container .ediciones-anteriores-container {
    margin-bottom: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .materials-container .ediciones-anteriores-container .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 50vw;
    width: 100%;
    margin: 0 15px;
  }
  .materials-container .ediciones-anteriores-container .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
/* escritorio */
@media (min-width: 1200px) {
  .materials-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .materials-container .download-container-section {
    display: grid;
    gap: 0px 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "download-section-1 download-section-2 download-section-3";
    padding: 10px;
    margin-bottom: 30px;
  }
  .materials-container .download-section-1 {
    grid-area: download-section-1;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-1 a {
    margin-top: 5px;
  }
  .materials-container .download-section-2 {
    grid-area: download-section-2;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-2 a {
    margin-top: 5px;
  }
  .materials-container .download-section-3 {
    grid-area: download-section-3;
    grid-column: 3/4;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-3 a {
    margin-top: 5px;
  }
  .materials-container .download-section-4 {
    grid-area: download-section-4;
    grid-column: 4/5;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .materials-container .download-section-4 a {
    margin-top: 5px;
  }
  .materials-container .ediciones-anteriores-container {
    margin-bottom: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .materials-container .ediciones-anteriores-container .h-scroll-container {
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
    height: auto;
    max-width: 50vw;
    width: 100%;
    margin: 0 15px;
  }
  .materials-container .ediciones-anteriores-container .h-scroll-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (max-width: 575.98px){
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (min-width: 1200px){
  .materials-container .download-section-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .materials-container .download-section-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .materials-container .download-section-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (max-width: 575.98px) {
  .slider-container-postales {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .slider-container-postales {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .slider-container-postales {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .slider-container-postales {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .slider-container-postales {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .slider-container-videos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .slider-container-videos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .slider-container-videos {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .slider-container-videos {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .slider-container-videos {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .grid-negocio {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-negocio {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-negocio {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-negocio {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .grid-negocio {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-like {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-like {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .grid-like .title-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .boton-activar-notificaciones {
    margin: 15px 0;
  }
  .notification-elements-footer {
    position: relative;
  }
  .notification-elements-footer .notification-number-footer {
    position: absolute;
    background-color: #e1637a;
    width: 18px;
    height: 18px;
    top: -3px;
    left: 30%;
    border-radius: 500px;
    z-index: 1;
    padding: 1px;
  }
  .notification-elements-footer .notification-number-footer.dark {
    background-color: #e1637a;
  }
  .notification-elements-footer .notification-number-footer p {
    font-size: 15px;
    color: #ffffff;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .boton-activar-notificaciones {
    margin: 15px 0;
  }
  .notification-elements-footer {
    position: relative;
  }
  .notification-elements-footer .notification-number-footer {
    position: absolute;
    background-color: #e1637a;
    width: 18px;
    height: 18px;
    top: -3px;
    left: 30%;
    border-radius: 500px;
    z-index: 1;
    padding: 1px;
  }
  .notification-elements-footer .notification-number-footer.dark {
    background-color: #e1637a;
  }
  .notification-elements-footer .notification-number-footer p {
    font-size: 15px;
    color: #ffffff;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .boton-activar-notificaciones {
    margin: 20px 0;
  }
  .notification-elements-footer {
    position: relative;
  }
  .notification-elements-footer .notification-number-footer {
    position: absolute;
    background-color: #e1637a;
    width: 18px;
    height: 18px;
    top: -3px;
    left: 30%;
    border-radius: 500px;
    z-index: 1;
    padding: 1px;
  }
  .notification-elements-footer .notification-number-footer.dark {
    background-color: #e1637a;
  }
  .notification-elements-footer .notification-number-footer p {
    font-size: 15px;
    color: #ffffff;
    text-align: center;
  }
  .grid-notifications {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .boton-activar-notificaciones {
    margin: 30px 0;
  }
  .notification-elements {
    position: relative;
  }
  .notification-elements .notification-number {
    position: absolute;
    background-color: #e1637a;
    width: 18px;
    height: 18px;
    top: -10px;
    left: -3px;
    border-radius: 500px;
    z-index: 1;
    padding: 1px;
  }
  .notification-elements .notification-number.dark {
    background-color: #e1637a;
  }
  .notification-elements .notification-number p {
    font-size: 15px;
    color: #ffffff;
    text-align: center;
  }
  .grid-notifications {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .boton-activar-notificaciones {
    margin: 30px 0;
  }
  .notification-elements {
    position: relative;
  }
  .notification-elements .notification-number {
    position: absolute;
    background-color: #e1637a;
    width: 18px;
    height: 18px;
    top: -10px;
    left: -3px;
    border-radius: 500px;
    z-index: 1;
    padding: 1px;
  }
  .notification-elements .notification-number.dark {
    background-color: #e1637a;
  }
  .notification-elements .notification-number p {
    font-size: 15px;
    color: #ffffff;
    text-align: center;
  }
  .grid-notifications .title-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .grid-evaluacion {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "texto-evaluacion" "imagenes-evaluacion" "nota-evaluacion";
    padding: 15px;
  }
  .texto-evaluacion {
    grid-area: texto-evaluacion;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .texto-evaluacion h1 {
    color: #392E48;
  }
  .texto-evaluacion h1.dark {
    color: #ffffff;
  }
  .texto-evaluacion h4 {
    color: #392E48;
  }
  .texto-evaluacion h4.dark {
    color: #ffffff;
  }
  .texto-evaluacion h3 {
    color: #fafafa;
    text-align: center;
  }
  .texto-evaluacion h3.dark {
    color: #e1637a;
  }
  .imagenes-evaluacion {
    grid-area: imagenes-evaluacion;
    grid-column: 1/2;
    grid-row: 2/3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "reconocimiento-1" "reconocimiento-2";
    padding: 20px 0;
  }
  .imagenes-evaluacion img {
    width: 70%;
  }
  .reconocimiento-1 {
    grid-area: reconocimiento-1;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reconocimiento-1 p {
    text-align: center;
  }
  .reconocimiento-2 {
    grid-area: reconocimiento-2;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reconocimiento-2 p {
    text-align: center;
  }
  .boton-evaluacion {
    grid-area: boton-evaluacion;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 20px 0;
  }
  .boton-evaluacion button {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .nota-evaluacion {
    grid-area: nota-evaluacion;
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .nota-evaluacion p {
    font-size: 0.8rem;
    color: #fafafa;
  }
  .nota-evaluacion p.dark {
    color: #e1637a;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-evaluacion {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "texto-evaluacion" "imagenes-evaluacion" "nota-evaluacion";
    padding: 15px;
  }
  .texto-evaluacion {
    grid-area: texto-evaluacion;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .texto-evaluacion h1 {
    color: #392E48;
  }
  .texto-evaluacion h1.dark {
    color: #ffffff;
  }
  .texto-evaluacion h4 {
    color: #392E48;
  }
  .texto-evaluacion h4.dark {
    color: #ffffff;
  }
  .texto-evaluacion h3 {
    color: #fafafa;
    text-align: center;
  }
  .texto-evaluacion h3.dark {
    color: #e1637a;
  }
  .imagenes-evaluacion {
    grid-area: imagenes-evaluacion;
    grid-column: 1/2;
    grid-row: 2/3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "reconocimiento-1" "reconocimiento-2";
    padding: 20px 0;
  }
  .reconocimiento-1 {
    grid-area: reconocimiento-1;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reconocimiento-1 p {
    text-align: center;
  }
  .reconocimiento-2 {
    grid-area: reconocimiento-2;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reconocimiento-2 p {
    text-align: center;
  }
  .boton-evaluacion {
    grid-area: boton-evaluacion;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 20px 0;
  }
  .boton-evaluacion button {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .nota-evaluacion {
    grid-area: nota-evaluacion;
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .nota-evaluacion p {
    font-size: 0.8rem;
    color: #fafafa;
  }
  .nota-evaluacion p.dark {
    color: #e1637a;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-evaluacion {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "texto-evaluacion" "imagenes-evaluacion" "nota-evaluacion";
    padding: 15px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .texto-evaluacion {
    grid-area: texto-evaluacion;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .texto-evaluacion h1 {
    color: #392E48;
  }
  .texto-evaluacion h1.dark {
    color: #ffffff;
  }
  .texto-evaluacion h4 {
    color: #392E48;
  }
  .texto-evaluacion h4.dark {
    color: #ffffff;
  }
  .texto-evaluacion h3 {
    color: #fafafa;
    text-align: center;
    font-size: 2rem !important;
  }
  .texto-evaluacion h3.dark {
    color: #e1637a;
  }
  .imagenes-evaluacion {
    grid-area: imagenes-evaluacion;
    grid-column: 1/2;
    grid-row: 2/3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "reconocimiento-1" "reconocimiento-2";
    padding: 20px 0;
  }
  .imagenes-evaluacion img {
    width: 60%;
  }
  .reconocimiento-1 {
    grid-area: reconocimiento-1;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reconocimiento-1 p {
    text-align: center;
  }
  .reconocimiento-2 {
    grid-area: reconocimiento-2;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reconocimiento-2 p {
    text-align: center;
  }
  .boton-evaluacion {
    grid-area: boton-evaluacion;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 20px 0;
  }
  .boton-evaluacion button {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .nota-evaluacion {
    grid-area: nota-evaluacion;
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 20px 0;
  }
  .nota-evaluacion p {
    font-size: 0.8rem;
    color: #fafafa;
  }
  .nota-evaluacion p.dark {
    color: #e1637a;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-evaluacion {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "texto-evaluacion" "imagenes-evaluacion" "nota-evaluacion";
    padding: 15px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .texto-evaluacion {
    grid-area: texto-evaluacion;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .texto-evaluacion h1 {
    color: #392E48;
  }
  .texto-evaluacion h1.dark {
    color: #ffffff;
  }
  .texto-evaluacion h4 {
    color: #392E48;
  }
  .texto-evaluacion h4.dark {
    color: #ffffff;
  }
  .texto-evaluacion h3 {
    color: #fafafa;
    text-align: center;
    font-size: 2rem !important;
  }
  .texto-evaluacion h3.dark {
    color: #e1637a;
  }
  .imagenes-evaluacion {
    grid-area: imagenes-evaluacion;
    grid-column: 1/2;
    grid-row: 2/3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "reconocimiento-1" "reconocimiento-2";
    padding: 20px 0;
  }
  .imagenes-evaluacion img {
    width: 60%;
  }
  .reconocimiento-1 {
    grid-area: reconocimiento-1;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reconocimiento-1 p {
    text-align: center;
  }
  .reconocimiento-2 {
    grid-area: reconocimiento-2;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reconocimiento-2 p {
    text-align: center;
  }
  .boton-evaluacion {
    grid-area: boton-evaluacion;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 20px 0;
  }
  .boton-evaluacion button {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .nota-evaluacion {
    grid-area: nota-evaluacion;
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 20px 0;
  }
  .nota-evaluacion p {
    font-size: 0.8rem;
    color: #fafafa;
  }
  .nota-evaluacion p.dark {
    color: #e1637a;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .grid-evaluacion {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "texto-evaluacion" "imagenes-evaluacion" "nota-evaluacion";
    padding: 15px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .texto-evaluacion {
    grid-area: texto-evaluacion;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .texto-evaluacion h1 {
    color: #392E48;
  }
  .texto-evaluacion h1.dark {
    color: #ffffff;
  }
  .texto-evaluacion h4 {
    color: #392E48;
  }
  .texto-evaluacion h4.dark {
    color: #ffffff;
  }
  .texto-evaluacion h3 {
    color: #fafafa;
    text-align: center;
    font-size: 2rem !important;
  }
  .texto-evaluacion h3.dark {
    color: #e1637a;
  }
  .imagenes-evaluacion {
    grid-area: imagenes-evaluacion;
    grid-column: 1/2;
    grid-row: 2/3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "reconocimiento-1" "reconocimiento-2";
    padding: 20px 0;
  }
  .imagenes-evaluacion img {
    width: 60%;
  }
  .reconocimiento-1 {
    grid-area: reconocimiento-1;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reconocimiento-1 p {
    text-align: center;
  }
  .reconocimiento-2 {
    grid-area: reconocimiento-2;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reconocimiento-2 p {
    text-align: center;
  }
  .boton-evaluacion {
    grid-area: boton-evaluacion;
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 20px 0;
  }
  .boton-evaluacion button {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .nota-evaluacion {
    grid-area: nota-evaluacion;
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 20px 0;
  }
  .nota-evaluacion p {
    font-size: 0.8rem;
    color: #fafafa;
  }
  .nota-evaluacion p.dark {
    color: #e1637a;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px){
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px){
  .reconocimiento-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reconocimiento-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px){
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px){
  .texto-evaluacion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagenes-evaluacion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .nota-evaluacion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px) {
  .grid-pregunta-eva {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 0.5fr 1fr 1fr 1fr;
    grid-template-areas: "numero-pregunta-eva" "pregunta-eva" "respuesta-eva" "boton-eva";
    padding: 15px;
  }
  .numero-pregunta-eva {
    grid-area: numero-pregunta-eva;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .numero-pregunta-eva h1 {
    color: #392E48;
  }
  .numero-pregunta-eva h1.dark {
    color: #ffffff;
  }
  .pregunta-eva {
    grid-area: pregunta-eva;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .respuesta-eva {
    grid-area: respuesta-eva;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    align-items: center;
  }
  .boton-eva {
    grid-area: boton-eva;
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
  .boton-eva button {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-pregunta-eva {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 0.5fr 1fr 1fr 1fr;
    grid-template-areas: "numero-pregunta-eva" "pregunta-eva" "respuesta-eva" "boton-eva";
    padding: 15px;
  }
  .numero-pregunta-eva {
    grid-area: numero-pregunta-eva;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .numero-pregunta-eva h1 {
    color: #392E48;
  }
  .numero-pregunta-eva h1.dark {
    color: #ffffff;
  }
  .pregunta-eva {
    grid-area: pregunta-eva;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .respuesta-eva {
    grid-area: respuesta-eva;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    align-items: center;
  }
  .boton-eva {
    grid-area: boton-eva;
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
  .boton-eva button {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-pregunta-eva {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 0.5fr 1fr 1fr 1fr;
    grid-template-areas: "numero-pregunta-eva" "pregunta-eva" "respuesta-eva" "boton-eva";
    padding: 15px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .numero-pregunta-eva {
    grid-area: numero-pregunta-eva;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .numero-pregunta-eva h1 {
    color: #392E48;
  }
  .numero-pregunta-eva h1.dark {
    color: #ffffff;
  }
  .pregunta-eva {
    grid-area: pregunta-eva;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .respuesta-eva {
    grid-area: respuesta-eva;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    align-items: center;
  }
  .boton-eva {
    grid-area: boton-eva;
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
  .boton-eva button {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-pregunta-eva {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 0.5fr 1fr 1fr 1fr;
    grid-template-areas: "numero-pregunta-eva" "pregunta-eva" "respuesta-eva" "boton-eva";
    padding: 15px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .numero-pregunta-eva {
    grid-area: numero-pregunta-eva;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .numero-pregunta-eva h1 {
    color: #392E48;
  }
  .numero-pregunta-eva h1.dark {
    color: #ffffff;
  }
  .pregunta-eva {
    grid-area: pregunta-eva;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .respuesta-eva {
    grid-area: respuesta-eva;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    align-items: center;
  }
  .boton-eva {
    grid-area: boton-eva;
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
  .boton-eva button {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .grid-pregunta-eva {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 0.5fr 1fr 1fr 1fr;
    grid-template-areas: "numero-pregunta-eva" "pregunta-eva" "respuesta-eva" "boton-eva";
    padding: 15px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .numero-pregunta-eva {
    grid-area: numero-pregunta-eva;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .numero-pregunta-eva h1 {
    color: #392E48;
  }
  .numero-pregunta-eva h1.dark {
    color: #ffffff;
  }
  .pregunta-eva {
    grid-area: pregunta-eva;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .respuesta-eva {
    grid-area: respuesta-eva;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    align-items: center;
  }
  .boton-eva {
    grid-area: boton-eva;
    grid-column: 1/2;
    grid-row: 4/5;
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
  .boton-eva button {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px){
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px){
  .numero-pregunta-eva {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pregunta-eva {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .respuesta-eva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boton-eva {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px) {
  .grid-felicidades {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "texto-felicidades" "imagen-felicidades" "texto-felicidades-2";
    padding: 15px;
  }
  .texto-felicidades {
    grid-area: texto-felicidades;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 20px 0;
  }
  .texto-felicidades h1 {
    color: #392E48;
    text-align: center;
  }
  .texto-felicidades h1.dark {
    color: #ffffff;
  }
  .texto-felicidades h4 {
    color: #fafafa;
    text-align: center;
  }
  .texto-felicidades h4.dark {
    color: #e1637a;
  }
  .imagen-felicidades {
    grid-area: imagen-felicidades;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .texto-felicidades-2 {
    grid-area: texto-felicidades-2;
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-felicidades {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "texto-felicidades" "imagen-felicidades" "texto-felicidades-2";
    padding: 15px;
  }
  .texto-felicidades {
    grid-area: texto-felicidades;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 20px 0;
  }
  .texto-felicidades h1 {
    color: #392E48;
    text-align: center;
  }
  .texto-felicidades h1.dark {
    color: #ffffff;
  }
  .texto-felicidades h4 {
    color: #fafafa;
    text-align: center;
  }
  .texto-felicidades h4.dark {
    color: #e1637a;
  }
  .imagen-felicidades {
    grid-area: imagen-felicidades;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .texto-felicidades-2 {
    grid-area: texto-felicidades-2;
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-felicidades {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "texto-felicidades" "imagen-felicidades" "texto-felicidades-2";
    padding: 15px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .texto-felicidades {
    grid-area: texto-felicidades;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 20px 0;
  }
  .texto-felicidades h1 {
    color: #392E48;
    text-align: center;
  }
  .texto-felicidades h1.dark {
    color: #ffffff;
  }
  .texto-felicidades h4 {
    color: #fafafa;
    text-align: center;
  }
  .texto-felicidades h4.dark {
    color: #e1637a;
  }
  .imagen-felicidades {
    grid-area: imagen-felicidades;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .imagen-felicidades img {
    width: 40%;
  }
  .texto-felicidades-2 {
    grid-area: texto-felicidades-2;
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .texto-felicidades-2 p {
    text-align: center;
    font-size: 1.2rem;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-felicidades {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "texto-felicidades" "imagen-felicidades" "texto-felicidades-2";
    padding: 15px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .texto-felicidades {
    grid-area: texto-felicidades;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 20px 0;
  }
  .texto-felicidades h1 {
    color: #392E48;
    text-align: center;
  }
  .texto-felicidades h1.dark {
    color: #ffffff;
  }
  .texto-felicidades h4 {
    color: #fafafa;
    text-align: center;
  }
  .texto-felicidades h4.dark {
    color: #e1637a;
  }
  .imagen-felicidades {
    grid-area: imagen-felicidades;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .imagen-felicidades img {
    width: 40%;
  }
  .texto-felicidades-2 {
    grid-area: texto-felicidades-2;
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .texto-felicidades-2 p {
    text-align: center;
    font-size: 1.2rem;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .grid-felicidades {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "texto-felicidades" "imagen-felicidades" "texto-felicidades-2";
    padding: 15px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .texto-felicidades {
    grid-area: texto-felicidades;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 20px 0;
  }
  .texto-felicidades h1 {
    color: #392E48;
    text-align: center;
  }
  .texto-felicidades h1.dark {
    color: #ffffff;
  }
  .texto-felicidades h4 {
    color: #fafafa;
    text-align: center;
  }
  .texto-felicidades h4.dark {
    color: #e1637a;
  }
  .imagen-felicidades {
    grid-area: imagen-felicidades;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .imagen-felicidades img {
    width: 40%;
  }
  .texto-felicidades-2 {
    grid-area: texto-felicidades-2;
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .texto-felicidades-2 p {
    text-align: center;
    font-size: 1.2rem;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px){
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px){
  .texto-felicidades {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-felicidades {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .texto-felicidades-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px) {
  .grid-entrada {
    padding: 10px 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-entrada .entrada-img {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .grid-entrada .entrada-texto h1, .grid-entrada .entrada-texto h2, .grid-entrada .entrada-texto h3, .grid-entrada .entrada-texto h4, .grid-entrada .entrada-texto h5, .grid-entrada .entrada-texto h6 {
    color: #392E48;
  }
  .grid-entrada .entrada-texto h1.dark, .grid-entrada .entrada-texto h2.dark, .grid-entrada .entrada-texto h3.dark, .grid-entrada .entrada-texto h4.dark, .grid-entrada .entrada-texto h5.dark, .grid-entrada .entrada-texto h6.dark {
    color: #ffffff;
  }
  .grid-entrada .entrada-texto p {
    margin-bottom: 10px;
  }
  .grid-entrada .entrada-texto img {
    margin: 30px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-entrada .entrada-pdf iframe {
    width: 100%;
    height: 75vh;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-entrada {
    padding: 10px 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-entrada .entrada-img {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .grid-entrada .entrada-texto h1, .grid-entrada .entrada-texto h2, .grid-entrada .entrada-texto h3, .grid-entrada .entrada-texto h4, .grid-entrada .entrada-texto h5, .grid-entrada .entrada-texto h6 {
    color: #392E48;
  }
  .grid-entrada .entrada-texto h1.dark, .grid-entrada .entrada-texto h2.dark, .grid-entrada .entrada-texto h3.dark, .grid-entrada .entrada-texto h4.dark, .grid-entrada .entrada-texto h5.dark, .grid-entrada .entrada-texto h6.dark {
    color: #ffffff;
  }
  .grid-entrada .entrada-texto p {
    margin-bottom: 10px;
  }
  .grid-entrada .entrada-texto img {
    margin: 30px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-entrada .entrada-pdf iframe {
    width: 100%;
    height: 75vh;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-entrada {
    padding: 20px 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-entrada .entrada-img {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .grid-entrada .entrada-texto h1, .grid-entrada .entrada-texto h2, .grid-entrada .entrada-texto h3, .grid-entrada .entrada-texto h4, .grid-entrada .entrada-texto h5, .grid-entrada .entrada-texto h6 {
    color: #392E48;
  }
  .grid-entrada .entrada-texto h1.dark, .grid-entrada .entrada-texto h2.dark, .grid-entrada .entrada-texto h3.dark, .grid-entrada .entrada-texto h4.dark, .grid-entrada .entrada-texto h5.dark, .grid-entrada .entrada-texto h6.dark {
    color: #ffffff;
  }
  .grid-entrada .entrada-texto p {
    margin-bottom: 10px;
  }
  .grid-entrada .entrada-texto img {
    margin: 30px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-entrada .entrada-pdf iframe {
    width: 100%;
    height: 70vh;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-entrada {
    padding: 20px 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-entrada .entrada-img {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .grid-entrada .entrada-texto h1, .grid-entrada .entrada-texto h2, .grid-entrada .entrada-texto h3, .grid-entrada .entrada-texto h4, .grid-entrada .entrada-texto h5, .grid-entrada .entrada-texto h6 {
    color: #392E48;
  }
  .grid-entrada .entrada-texto h1.dark, .grid-entrada .entrada-texto h2.dark, .grid-entrada .entrada-texto h3.dark, .grid-entrada .entrada-texto h4.dark, .grid-entrada .entrada-texto h5.dark, .grid-entrada .entrada-texto h6.dark {
    color: #ffffff;
  }
  .grid-entrada .entrada-texto p {
    margin-bottom: 10px;
  }
  .grid-entrada .entrada-texto img {
    margin: 30px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-entrada .entrada-pdf iframe {
    width: 100%;
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  .grid-entrada {
    padding: 40px 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-entrada .entrada-img {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .grid-entrada .entrada-texto h1, .grid-entrada .entrada-texto h2, .grid-entrada .entrada-texto h3, .grid-entrada .entrada-texto h4, .grid-entrada .entrada-texto h5, .grid-entrada .entrada-texto h6 {
    color: #392E48;
  }
  .grid-entrada .entrada-texto h1.dark, .grid-entrada .entrada-texto h2.dark, .grid-entrada .entrada-texto h3.dark, .grid-entrada .entrada-texto h4.dark, .grid-entrada .entrada-texto h5.dark, .grid-entrada .entrada-texto h6.dark {
    color: #ffffff;
  }
  .grid-entrada .entrada-texto p {
    margin-bottom: 10px;
  }
  .grid-entrada .entrada-texto img {
    margin: 30px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-entrada .entrada-pdf iframe {
    width: 100%;
    height: 100vh;
  }
  .grid-entrada .entrada-pdf .pdf-interaction-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
  }
}
.grid-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.grid-404 h2 {
  margin: 0 !important;
  font-size: 2rem;
  color: #392E48;
}
.grid-404 h2.dark {
  color: #ffffff;
}
.grid-404 h1 {
  margin: 0;
  font-size: 10rem;
  font-weight: 800;
  color: #392E48;
}
.grid-404 h1.dark {
  color: #ffffff;
}
.grid-404 p {
  font-size: 1.5rem;
}
.grid-404 button {
  width: 300px;
  margin-top: 40px;
}

.grid-500 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.grid-500 h2 {
  margin: 0 !important;
  font-size: 2rem;
  font-weight: 500;
  color: #392E48;
}
.grid-500 h2.dark {
  color: #ffffff;
}
.grid-500 h1 {
  margin: 0;
  font-size: 10rem;
  font-weight: 800;
  color: #392E48;
}
.grid-500 h1.dark {
  color: #ffffff;
}
.grid-500 p {
  font-size: 1.2rem;
  color: #fafafa;
  text-align: center;
  line-height: 150%;
}
.grid-500 p.dark {
  color: #e1637a;
}
.grid-500 button {
  width: 300px;
  margin-top: 40px;
}

.grid-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.grid-error h2 {
  margin: 0 !important;
  font-size: 2rem;
  font-weight: 500;
  color: #392E48;
}
.grid-error h2.dark {
  color: #ffffff;
}
.grid-error h1 {
  margin: 0;
  font-size: 6rem;
  font-weight: 800;
  color: #392E48;
}
.grid-error h1.dark {
  color: #ffffff;
}
.grid-error p {
  font-size: 1.2rem;
  color: #fafafa;
  text-align: center;
  line-height: 130%;
  margin-top: 40px;
}
.grid-error p.dark {
  color: #e1637a;
}
.grid-error button {
  width: 300px;
  margin-top: 40px;
}

@media (max-width: 575.98px) {
  .grid-documentos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-documentos * {
    margin-bottom: 8px;
    color: #392E48;
    padding: 0 15px;
  }
  .grid-documentos *.dark {
    color: #ffffff;
  }
  .grid-documentos h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .grid-documentos li {
    list-style: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-documentos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  .grid-documentos * {
    margin-bottom: 8px;
    color: #392E48;
    padding: 0 15px;
  }
  .grid-documentos *.dark {
    color: #ffffff;
  }
  .grid-documentos h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .grid-documentos li {
    list-style: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-documentos {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 40px;
  }
  .grid-documentos * {
    margin-bottom: 8px;
    color: #392E48;
  }
  .grid-documentos *.dark {
    color: #ffffff;
  }
  .grid-documentos h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .grid-documentos li {
    list-style: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-documentos {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 40px;
  }
  .grid-documentos * {
    margin-bottom: 8px;
    color: #392E48;
  }
  .grid-documentos *.dark {
    color: #ffffff;
  }
  .grid-documentos h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .grid-documentos li {
    list-style: none;
  }
}
@media (min-width: 1200px) {
  .grid-documentos {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 40px;
  }
  .grid-documentos * {
    margin-bottom: 8px;
    color: #392E48;
  }
  .grid-documentos *.dark {
    color: #ffffff;
  }
  .grid-documentos h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .grid-documentos li {
    list-style: none;
  }
}
.grid-tarjetero {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-area: "grid-tarjetero-1 grid-tarjetero-2 grid-tarjetero-3";
  margin-bottom: 20px;
  padding: 10px;
}

.grid-tarjetero-1 {
  grid-area: grid-tarjetero-1;
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grid-tarjetero-2 {
  grid-area: grid-tarjetero-2;
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grid-tarjetero-3 {
  grid-area: grid-tarjetero-3;
  grid-column: 3/4;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.titulo-tarjetero {
  padding: 15px 0;
  text-align: center;
  min-height: 3.5rem;
}

@media (max-width: 575.98px) {
  .glosario-container {
    padding: 15px;
  }
  .grid-glosario {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "palabra" "descripcion";
    border: 0.5px solid #BB86FC;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 15px;
  }
  .palabra {
    grid-area: palabra;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .palabra h1 {
    font-size: 1.2rem;
    margin: 0;
    color: #392E48;
  }
  .palabra h1.dark {
    color: #BB86FC;
  }
  .descripcion {
    grid-area: descripcion;
    grid-column: 1/2;
    grid-row: 2/3;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .glosario-container {
    padding: 15px;
  }
  .grid-glosario {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "palabra" "descripcion";
    border: 0.5px solid #BB86FC;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 15px;
  }
  .palabra {
    grid-area: palabra;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .palabra h1 {
    font-size: 1.2rem;
    margin: 0;
    color: #392E48;
  }
  .palabra h1.dark {
    color: #BB86FC;
  }
  .descripcion {
    grid-area: descripcion;
    grid-column: 1/2;
    grid-row: 2/3;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .glosario-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-glosario {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "palabra descripcion";
    border: 0.5px solid #BB86FC;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
  }
  .palabra {
    grid-area: palabra;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .palabra h1 {
    font-size: 1.2rem;
    margin: 0;
    color: #392E48;
  }
  .palabra h1.dark {
    color: #BB86FC;
  }
  .descripcion {
    grid-area: descripcion;
    grid-column: 2/3;
    grid-row: 1/2;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .glosario-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-glosario {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "palabra descripcion";
    border: 0.5px solid #BB86FC;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
  }
  .palabra {
    grid-area: palabra;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .palabra h1 {
    font-size: 1.2rem;
    margin: 0;
    color: #392E48;
  }
  .palabra h1.dark {
    color: #BB86FC;
  }
  .descripcion {
    grid-area: descripcion;
    grid-column: 2/3;
    grid-row: 1/2;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1200px) {
  .glosario-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-glosario {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "palabra descripcion";
    border: 0.5px solid #BB86FC;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
  }
  .palabra {
    grid-area: palabra;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .palabra h1 {
    font-size: 1.2rem;
    margin: 0;
    color: #392E48;
  }
  .palabra h1.dark {
    color: #BB86FC;
  }
  .descripcion {
    grid-area: descripcion;
    grid-column: 2/3;
    grid-row: 1/2;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575.98px){
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1200px){
  .palabra {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .descripcion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.morning-quote {
  color: #00d5ff !important;
}

.afternoon-quote {
  color: #e8811a !important;
}

.nite-quote {
  color: #b174d6 !important;
}

@media (max-width: 575.98px) {
  .nite-icon {
    width: 35%;
  }
  .afternoon-icon {
    width: 35%;
  }
  .morning-icon {
    width: 35%;
  }
  .grid-descripcion-minuto-minuto {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "logo-minuto-minuto " "texto-minuto-minuto";
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-minuto-minuto {
    grid-area: logo-minuto-minuto;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo-minuto-minuto img {
    width: 30%;
  }
  .texto-minuto-minuto {
    grid-area: texto-minuto-minuto;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    align-items: center;
  }
  .texto-minuto-minuto h4 {
    color: #392E48;
    text-align: center;
    font-size: 16px;
  }
  .texto-minuto-minuto h4.dark {
    color: #ffffff;
  }
  .contenedor-minuto-minuto {
    border-left: 1px solid #d5344e;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
  }
  .contenedor-minuto-minuto .grid-minuto-minuto-card {
    position: relative;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "hora-minuto-minuto" "location-minuto-minuto" "contenido-minuto-minuto" "img-minuto-minuto" "boton-minuto-minuto";
    width: 80%;
    padding: 30px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #130F21;
  }
  .contenedor-minuto-minuto .bg-card-morning {
    background-image: url("../../src/images/bg-card-morning.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .contenedor-minuto-minuto .bg-card-tarde {
    background-image: url("../../src/images/bg-card-tarde.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .contenedor-minuto-minuto .bg-card-noche {
    background-image: url("../../src/images/bg-card-noche.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .contenedor-minuto-minuto .grid-minuto-minuto-card::before {
    content: "🔴";
    position: absolute;
    top: 47%;
    left: -7%;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    grid-area: hora-minuto-minuto;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4 {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0;
    color: inherit;
    font-size: 18px;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4.morning {
    color: #00d5ff;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4.afternoon {
    color: #e8811a;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4.nite {
    color: #b174d6;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    grid-area: location-minuto-minuto;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    border-radius: 5px;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5 {
    color: inherit;
    margin: 0;
    font-size: 14px;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5.morning {
    color: #00d5ff;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5.afternoon {
    color: #e8811a;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5.nite {
    color: #b174d6;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    grid-area: contenido-minuto-minuto;
    grid-column: 1/2;
    grid-row: 3/4;
    min-height: 10vh;
    padding: 20px 0;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1 {
    font-size: 18px;
    margin-bottom: 5px;
    color: inherit;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1.morning {
    color: #00d5ff;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1.afternoon {
    color: #e8811a;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1.nite {
    color: #b174d6;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto p {
    font-weight: 200;
    line-height: 140%;
    color: #ffffff;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    grid-area: img-minuto-minuto;
    grid-column: 1/2;
    grid-row: 4/5;
    border-bottom: 5px solid inherit;
    margin-bottom: 20px;
  }
  .contenedor-minuto-minuto .img-minuto-minuto.morning {
    border-bottom: 5px solid #00d5ff;
  }
  .contenedor-minuto-minuto .img-minuto-minuto.afternoon {
    border-bottom: 5px solid #e8811a;
  }
  .contenedor-minuto-minuto .img-minuto-minuto.nite {
    border-bottom: 5px solid #b174d6;
  }
  .contenedor-minuto-minuto .img-minuto-minuto .img-minuto-size {
    height: 200px;
    width: 100%;
    background-position: top center;
    background-size: cover;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    grid-area: boton-minuto-minuto;
    grid-column: 1/2;
    grid-row: 5/6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-radius: 50px;
    background-color: inherit;
    color: black;
    padding: 5px 40px;
    text-align: center;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a.morning {
    background-color: #00d5ff;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a.afternoon {
    background-color: #e8811a;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a.nite {
    background-color: #b174d6;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a span {
    margin: 0 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .nite-icon {
    width: 40%;
  }
  .afternoon-icon {
    width: 40%;
  }
  .morning-icon {
    width: 40%;
  }
  .grid-descripcion-minuto-minuto {
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "logo-minuto-minuto texto-minuto-minuto";
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-minuto-minuto {
    grid-area: logo-minuto-minuto;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo-minuto-minuto img {
    width: 50%;
  }
  .texto-minuto-minuto {
    grid-area: texto-minuto-minuto;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .texto-minuto-minuto h4 {
    color: #392E48;
  }
  .texto-minuto-minuto h4.dark {
    color: #ffffff;
  }
  .contenedor-minuto-minuto {
    border-left: 1px solid #d5344e;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
  }
  .contenedor-minuto-minuto .grid-minuto-minuto-card {
    position: relative;
    display: grid;
    gap: 5px 15px;
    grid-template-columns: 0.25fr 1fr 1fr;
    grid-template-rows: 0.25fr 1fr 0.25fr;
    grid-template-areas: "hora-minuto-minuto location-minuto-minuto img-minuto-minuto" "hora-minuto-minuto contenido-minuto-minuto img-minuto-minuto" "hora-minuto-minuto boton-minuto-minuto img-minuto-minuto";
    width: 90%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #130F21;
  }
  .contenedor-minuto-minuto .bg-card-morning {
    background-image: url("../../src/images/bg-card-morning.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .contenedor-minuto-minuto .bg-card-tarde {
    background-image: url("../../src/images/bg-card-tarde.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .contenedor-minuto-minuto .bg-card-noche {
    background-image: url("../../src/images/bg-card-noche.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .contenedor-minuto-minuto .grid-minuto-minuto-card::before {
    content: "🔴";
    position: absolute;
    top: 47%;
    left: -3.7%;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    grid-area: hora-minuto-minuto;
    grid-column: 1/2;
    grid-row: 1/4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4 {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0;
    font-size: 13px;
    color: inherit;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4.morning {
    color: #00d5ff;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4.afternoon {
    color: #e8811a;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4.nite {
    color: #b174d6;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    grid-area: location-minuto-minuto;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5 {
    color: inherit;
    margin: 0;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5.morning {
    color: #00d5ff;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5.afternoon {
    color: #e8811a;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5.nite {
    color: #b174d6;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    grid-area: contenido-minuto-minuto;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1 {
    font-size: 18px;
    margin-bottom: 5px;
    color: inherit;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1.morning {
    color: #00d5ff;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1.afternoon {
    color: #e8811a;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1.nite {
    color: #b174d6;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto p {
    font-weight: 200;
    line-height: 140%;
    color: #ffffff;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    grid-area: boton-minuto-minuto;
    grid-column: 2/3;
    grid-row: 3/4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-radius: 50px;
    background-color: inherit;
    color: black;
    padding: 5px 40px;
    text-align: center;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a.morning {
    background-color: #00d5ff;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a.afternoon {
    background-color: #e8811a;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a.nite {
    background-color: #b174d6;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a span {
    margin: 0 10px;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    grid-area: img-minuto-minuto;
    grid-column: 3/4;
    grid-row: 1/4;
    border-bottom: 5px solid inherit;
  }
  .contenedor-minuto-minuto .img-minuto-minuto.morning {
    border-bottom: 5px solid #00d5ff;
  }
  .contenedor-minuto-minuto .img-minuto-minuto.afternoon {
    border-bottom: 5px solid #e8811a;
  }
  .contenedor-minuto-minuto .img-minuto-minuto.nite {
    border-bottom: 5px solid #b174d6;
  }
  .contenedor-minuto-minuto .img-minuto-minuto .img-minuto-size {
    height: 220px;
    width: 100%;
    background-position: top center;
    background-size: cover;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .nite-icon {
    width: 25%;
  }
  .afternoon-icon {
    width: 25%;
  }
  .morning-icon {
    width: 25%;
  }
  .grid-descripcion-minuto-minuto {
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "logo-minuto-minuto texto-minuto-minuto";
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-minuto-minuto {
    grid-area: logo-minuto-minuto;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo-minuto-minuto img {
    width: 50%;
  }
  .texto-minuto-minuto {
    grid-area: texto-minuto-minuto;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .texto-minuto-minuto h4 {
    color: #392E48;
  }
  .texto-minuto-minuto h4.dark {
    color: #ffffff;
  }
  .contenedor-minuto-minuto {
    border-left: 1px solid #d5344e;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
  }
  .contenedor-minuto-minuto .grid-minuto-minuto-card {
    position: relative;
    display: grid;
    gap: 5px 25px;
    grid-template-columns: 0.25fr 1fr 1fr;
    grid-template-rows: 0.25fr 1fr 0.25fr;
    grid-template-areas: "hora-minuto-minuto location-minuto-minuto img-minuto-minuto" "hora-minuto-minuto contenido-minuto-minuto img-minuto-minuto" "hora-minuto-minuto boton-minuto-minuto img-minuto-minuto";
    width: 90%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #130F21;
  }
  .contenedor-minuto-minuto .bg-card-morning {
    background-image: url("../../src/images/bg-card-morning.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .contenedor-minuto-minuto .bg-card-tarde {
    background-image: url("../../src/images/bg-card-tarde.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .contenedor-minuto-minuto .bg-card-noche {
    background-image: url("../../src/images/bg-card-noche.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .contenedor-minuto-minuto .grid-minuto-minuto-card::before {
    content: "🔴";
    position: absolute;
    top: 47%;
    left: -3.5%;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    grid-area: hora-minuto-minuto;
    grid-column: 1/2;
    grid-row: 1/4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4 {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0;
    color: inherit;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4.morning {
    color: #00d5ff;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4.afternoon {
    color: #e8811a;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4.nite {
    color: #b174d6;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    grid-area: location-minuto-minuto;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5 {
    color: inherit;
    margin: 0;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5.morning {
    color: #00d5ff;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5.afternoon {
    color: #e8811a;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5.nite {
    color: #b174d6;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    grid-area: contenido-minuto-minuto;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1 {
    font-size: 18px;
    margin-bottom: 5px;
    color: inherit;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1.morning {
    color: #00d5ff;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1.afternoon {
    color: #e8811a;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1.nite {
    color: #b174d6;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto p {
    font-weight: 200;
    line-height: 140%;
    color: #ffffff;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    grid-area: boton-minuto-minuto;
    grid-column: 2/3;
    grid-row: 3/4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-radius: 50px;
    background-color: inherit;
    color: black;
    padding: 5px 40px;
    text-align: center;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a.morning {
    background-color: #00d5ff;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a.afternoon {
    background-color: #e8811a;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a.nite {
    background-color: #b174d6;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a span {
    margin: 0 10px;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    grid-area: img-minuto-minuto;
    grid-column: 3/4;
    grid-row: 1/4;
    border-bottom: 5px solid inherit;
  }
  .contenedor-minuto-minuto .img-minuto-minuto.morning {
    border-bottom: 5px solid #00d5ff;
  }
  .contenedor-minuto-minuto .img-minuto-minuto.afternoon {
    border-bottom: 5px solid #e8811a;
  }
  .contenedor-minuto-minuto .img-minuto-minuto.nite {
    border-bottom: 5px solid #b174d6;
  }
  .contenedor-minuto-minuto .img-minuto-minuto .img-minuto-size {
    height: 220px;
    width: 100%;
    background-position: top center;
    background-size: cover;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .nite-icon {
    width: 20%;
  }
  .afternoon-icon {
    width: 20%;
  }
  .morning-icon {
    width: 20%;
  }
  .grid-descripcion-minuto-minuto {
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "logo-minuto-minuto texto-minuto-minuto";
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-minuto-minuto {
    grid-area: logo-minuto-minuto;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo-minuto-minuto img {
    width: 50%;
  }
  .texto-minuto-minuto {
    grid-area: texto-minuto-minuto;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .texto-minuto-minuto h4 {
    color: #392E48;
  }
  .texto-minuto-minuto h4.dark {
    color: #ffffff;
  }
  .contenedor-minuto-minuto {
    border-left: 1px solid #d5344e;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
  }
  .contenedor-minuto-minuto .grid-minuto-minuto-card {
    position: relative;
    display: grid;
    gap: 5px 25px;
    grid-template-columns: 0.25fr 1fr 1fr;
    grid-template-rows: 0.3fr 1fr 0.3fr;
    grid-template-areas: "hora-minuto-minuto location-minuto-minuto img-minuto-minuto" "hora-minuto-minuto contenido-minuto-minuto img-minuto-minuto" "hora-minuto-minuto boton-minuto-minuto img-minuto-minuto";
    width: 90%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #130F21;
  }
  .contenedor-minuto-minuto .bg-card-morning {
    background-image: url("../../src/images/bg-card-morning.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .contenedor-minuto-minuto .bg-card-tarde {
    background-image: url("../../src/images/bg-card-tarde.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .contenedor-minuto-minuto .bg-card-noche {
    background-image: url("../../src/images/bg-card-noche.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .contenedor-minuto-minuto .grid-minuto-minuto-card::before {
    content: "🔴";
    position: absolute;
    top: 47%;
    left: -3.7%;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    grid-area: hora-minuto-minuto;
    grid-column: 1/2;
    grid-row: 1/4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4 {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0;
    color: inherit;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4.morning {
    color: #00d5ff;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4.afternoon {
    color: #e8811a;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4.nite {
    color: #b174d6;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    grid-area: location-minuto-minuto;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5 {
    color: inherit;
    margin: 0;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5.morning {
    color: #00d5ff;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5.afternoon {
    color: #e8811a;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5.nite {
    color: #b174d6;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    grid-area: contenido-minuto-minuto;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1 {
    font-size: 18px;
    margin-bottom: 5px;
    color: inherit;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1.morning {
    color: #00d5ff;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1.afternoon {
    color: #e8811a;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1.nite {
    color: #b174d6;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto p {
    font-weight: 200;
    line-height: 140%;
    color: #ffffff;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    grid-area: boton-minuto-minuto;
    grid-column: 2/3;
    grid-row: 3/4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-radius: 50px;
    background-color: inherit;
    color: black;
    padding: 5px 40px;
    text-align: center;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a.morning {
    background-color: #00d5ff;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a.afternoon {
    background-color: #e8811a;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a.nite {
    background-color: #b174d6;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a span {
    margin: 0 10px;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    grid-area: img-minuto-minuto;
    grid-column: 3/4;
    grid-row: 1/4;
    border-bottom: 5px solid inherit;
  }
  .contenedor-minuto-minuto .img-minuto-minuto.morning {
    border-bottom: 5px solid #00d5ff;
  }
  .contenedor-minuto-minuto .img-minuto-minuto.afternoon {
    border-bottom: 5px solid #e8811a;
  }
  .contenedor-minuto-minuto .img-minuto-minuto.nite {
    border-bottom: 5px solid #b174d6;
  }
  .contenedor-minuto-minuto .img-minuto-minuto .img-minuto-size {
    height: 220px;
    width: 100%;
    background-position: top center;
    background-size: cover;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
}
@media (min-width: 1200px) {
  .nite-icon {
    width: 20%;
  }
  .afternoon-icon {
    width: 20%;
  }
  .morning-icon {
    width: 20%;
  }
  .grid-descripcion-minuto-minuto {
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "logo-minuto-minuto texto-minuto-minuto";
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-minuto-minuto {
    grid-area: logo-minuto-minuto;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo-minuto-minuto img {
    width: 50%;
  }
  .texto-minuto-minuto {
    grid-area: texto-minuto-minuto;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .texto-minuto-minuto h4 {
    color: #392E48;
  }
  .texto-minuto-minuto h4.dark {
    color: #ffffff;
  }
  .contenedor-minuto-minuto {
    border-left: 1px solid #d5344e;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
  }
  .contenedor-minuto-minuto .grid-minuto-minuto-card {
    position: relative;
    display: grid;
    gap: 5px 25px;
    grid-template-columns: 0.25fr 1fr 1fr;
    grid-template-rows: 0.5fr 1fr 0.5fr;
    grid-template-areas: "hora-minuto-minuto location-minuto-minuto img-minuto-minuto" "hora-minuto-minuto contenido-minuto-minuto img-minuto-minuto" "hora-minuto-minuto boton-minuto-minuto img-minuto-minuto";
    width: 90%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #130F21;
  }
  .contenedor-minuto-minuto .bg-card-morning {
    background-image: url("../../src/images/bg-card-morning.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .contenedor-minuto-minuto .bg-card-tarde {
    background-image: url("../../src/images/bg-card-tarde.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .contenedor-minuto-minuto .bg-card-noche {
    background-image: url("../../src/images/bg-card-noche.svg");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .contenedor-minuto-minuto .grid-minuto-minuto-card::before {
    content: "🔴";
    position: absolute;
    top: 47%;
    left: -3.7%;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    grid-area: hora-minuto-minuto;
    grid-column: 1/2;
    grid-row: 1/4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4 {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0;
    color: inherit;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4.morning {
    color: #00d5ff;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4.afternoon {
    color: #e8811a;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto h4.nite {
    color: #b174d6;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    grid-area: location-minuto-minuto;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5 {
    color: inherit;
    margin: 0;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5.morning {
    color: #00d5ff;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5.afternoon {
    color: #e8811a;
  }
  .contenedor-minuto-minuto .location-minuto-minuto h5.nite {
    color: #b174d6;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    grid-area: contenido-minuto-minuto;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1 {
    font-size: 18px;
    margin-bottom: 5px;
    color: inherit;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1.morning {
    color: #00d5ff;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1.afternoon {
    color: #e8811a;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto h1.nite {
    color: #b174d6;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto p {
    font-weight: 200;
    line-height: 140%;
    color: #ffffff;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    grid-area: boton-minuto-minuto;
    grid-column: 2/3;
    grid-row: 3/4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-radius: 50px;
    background-color: inherit;
    color: black;
    padding: 5px 40px;
    text-align: center;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a.morning {
    background-color: #00d5ff;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a.afternoon {
    background-color: #e8811a;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a.nite {
    background-color: #b174d6;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto a span {
    margin: 0 10px;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    grid-area: img-minuto-minuto;
    grid-column: 3/4;
    grid-row: 1/4;
    border-bottom: 5px solid inherit;
  }
  .contenedor-minuto-minuto .img-minuto-minuto.morning {
    border-bottom: 5px solid #00d5ff;
  }
  .contenedor-minuto-minuto .img-minuto-minuto.afternoon {
    border-bottom: 5px solid #e8811a;
  }
  .contenedor-minuto-minuto .img-minuto-minuto.nite {
    border-bottom: 5px solid #b174d6;
  }
  .contenedor-minuto-minuto .img-minuto-minuto .img-minuto-size {
    height: 250px;
    width: 100%;
    background-position: top center;
    background-size: cover;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
}
@media (max-width: 575.98px){
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
}
@media (min-width: 1200px){
  .contenedor-minuto-minuto .hora-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .contenedor-minuto-minuto .location-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .contenido-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .boton-minuto-minuto {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .contenedor-minuto-minuto .img-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
  }
}
@media (max-width: 575.98px){
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px){
  .logo-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .texto-minuto-minuto {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px) {
  .grid-dinamica-poder-dos {
    display: grid;
    gap: 0px;
    grid-template-columns: 100%;
    grid-template-rows: 120px 1fr;
    grid-template-areas: "banner-dinamica-poder-dos" "preguntas-dinamica-poder-dos";
  }
  .banner-dinamica-poder-dos {
    grid-area: banner-dinamica-poder-dos;
    grid-column: 1/2;
    grid-row: 1/2;
    background-image: url(../../src/images/banner-el-poder-de-dos-movil.png);
    background-position: center top;
    background-size: contain;
    height: 100%;
    border-radius: 5px;
    background-repeat: no-repeat;
  }
  .preguntas-dinamica-poder-dos {
    grid-area: preguntas-dinamica-poder-dos;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 20px;
  }
  .preguntas-dinamica-poder-dos h1 {
    font-size: 1.3rem;
    text-align: center;
    color: #320946;
  }
  .preguntas-dinamica-poder-dos h1.dark {
    color: #BB86FC;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li {
    margin-bottom: 30px;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li h2 {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 3px;
    width: 96%;
    background-color: #ededed;
    color: #392E48;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li h2.dark {
    background-color: #392E48;
    color: #ffffff;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input {
    width: 96%;
    height: 40px;
    border-radius: 5px;
    background-color: transparent;
    padding: 0 10px;
    font-size: 1.2rem;
    margin-top: 5px;
    color: #392E48;
    border: 1px solid #756b9e;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input.dark {
    color: #ffffff;
    border: 1px solid #8A6EB1;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input::placeholder {
    color: #392E48;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input::placeholder.dark {
    color: #ffffff;
  }
  .preguntas-dinamica-poder-dos .grid-botones-dinamica-poder-dos {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
    grid-template-areas: "boton-dinamica-poder-dos-1  boton-dinamica-poder-dos-2";
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    grid-area: boton-dinamica-poder-dos-1;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 .uk-form-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 .transparent-button {
    width: 100% !important;
    margin-top: 10px;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    grid-area: boton-dinamica-poder-dos-2;
    grid-column: 2/3;
    grid-row: 1/2;
    border-left: 1px solid #8A6EB1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 .transparent-button {
    width: 100% !important;
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-dinamica-poder-dos {
    display: grid;
    gap: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: 200px 1fr;
    grid-template-areas: "banner-dinamica-poder-dos" "preguntas-dinamica-poder-dos";
    padding: 40px 0 60px;
  }
  .banner-dinamica-poder-dos {
    grid-area: banner-dinamica-poder-dos;
    grid-column: 1/2;
    grid-row: 1/2;
    background-image: url(../../src/images/banner-el-poder-de-dos-movil.png);
    background-position: center top;
    background-size: contain;
    height: 100%;
    border-radius: 5px;
    background-repeat: no-repeat;
  }
  .preguntas-dinamica-poder-dos {
    grid-area: preguntas-dinamica-poder-dos;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 20px;
  }
  .preguntas-dinamica-poder-dos h1 {
    font-size: 1.5rem;
    text-align: center;
    color: #320946;
  }
  .preguntas-dinamica-poder-dos h1.dark {
    color: #BB86FC;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li {
    margin-bottom: 30px;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li h2 {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 3px;
    width: 96%;
    background-color: #ededed;
    color: #392E48;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li h2.dark {
    background-color: #392E48;
    color: #ffffff;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input {
    width: 96%;
    height: 40px;
    border-radius: 5px;
    background-color: transparent;
    padding: 0 10px;
    font-size: 1.2rem;
    margin-top: 5px;
    color: #392E48;
    border: 1px solid #756b9e;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input.dark {
    color: #ffffff;
    border: 1px solid #8A6EB1;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input::placeholder {
    color: #392E48;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input::placeholder.dark {
    color: #ffffff;
  }
  .preguntas-dinamica-poder-dos .grid-botones-dinamica-poder-dos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "boton-dinamica-poder-dos-1  boton-dinamica-poder-dos-2";
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    grid-area: boton-dinamica-poder-dos-1;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 .uk-form-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 .transparent-button {
    width: 300px !important;
    margin-top: 10px;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    grid-area: boton-dinamica-poder-dos-2;
    grid-column: 2/3;
    grid-row: 1/2;
    border-left: 1px solid #8A6EB1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 .transparent-button {
    width: 300px !important;
    margin-top: 10px;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-dinamica-poder-dos {
    display: grid;
    gap: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: 200px 1fr;
    grid-template-areas: "banner-dinamica-poder-dos" "preguntas-dinamica-poder-dos";
    padding: 40px 0 60px;
  }
  .banner-dinamica-poder-dos {
    grid-area: banner-dinamica-poder-dos;
    grid-column: 1/2;
    grid-row: 1/2;
    background-image: url(../../src/images/banner-el-poder-de-dos-movil.png);
    background-position: center top;
    background-size: contain;
    border-radius: 5px;
    background-repeat: no-repeat;
    height: 100%;
  }
  .preguntas-dinamica-poder-dos {
    grid-area: preguntas-dinamica-poder-dos;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 20px;
  }
  .preguntas-dinamica-poder-dos h1 {
    font-size: 1.5rem;
    text-align: center;
    color: #320946;
  }
  .preguntas-dinamica-poder-dos h1.dark {
    color: #BB86FC;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li {
    margin-bottom: 30px;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li h2 {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 3px;
    width: 96%;
    background-color: #ededed;
    color: #392E48;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li h2.dark {
    background-color: #392E48;
    color: #ffffff;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input {
    width: 96%;
    height: 40px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 1.2rem;
    margin-top: 5px;
    color: #392E48;
    border: 1px solid #756b9e;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input.dark {
    color: #ffffff;
    border: 1px solid #8A6EB1;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input::placeholder {
    color: #392E48;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input::placeholder.dark {
    color: #ffffff;
  }
  .preguntas-dinamica-poder-dos .grid-botones-dinamica-poder-dos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "boton-dinamica-poder-dos-1  boton-dinamica-poder-dos-2";
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    grid-area: boton-dinamica-poder-dos-1;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 .uk-form-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 .transparent-button {
    width: 300px !important;
    margin-top: 10px;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    grid-area: boton-dinamica-poder-dos-2;
    grid-column: 2/3;
    grid-row: 1/2;
    border-left: 1px solid #8A6EB1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 .transparent-button {
    width: 300px !important;
    margin-top: 10px;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-dinamica-poder-dos {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 100%;
    grid-template-areas: "banner-dinamica-poder-dos preguntas-dinamica-poder-dos";
  }
  .banner-dinamica-poder-dos {
    grid-area: banner-dinamica-poder-dos;
    grid-column: 1/2;
    grid-row: 1/2;
    background-image: url(../../src/images/banner-el-poder-de-dos.png);
    background-position: center top;
    background-size: cover;
    height: 100%;
    border-radius: 5px;
  }
  .preguntas-dinamica-poder-dos {
    grid-area: preguntas-dinamica-poder-dos;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 10px;
  }
  .preguntas-dinamica-poder-dos h1 {
    font-size: 1.4rem;
    text-align: center;
    color: #320946;
  }
  .preguntas-dinamica-poder-dos h1.dark {
    color: #BB86FC;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li {
    margin-bottom: 30px;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li h2 {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 3px;
    width: 96%;
    background-color: #ededed;
    color: #392E48;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li h2.dark {
    background-color: #392E48;
    color: #ffffff;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input {
    width: 96%;
    height: 40px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 1.2rem;
    margin-top: 5px;
    color: #392E48;
    border: 1px solid #756b9e;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input.dark {
    color: #ffffff;
    border: 1px solid #8A6EB1;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input::placeholder {
    color: #392E48;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input::placeholder.dark {
    color: #ffffff;
  }
  .preguntas-dinamica-poder-dos .grid-botones-dinamica-poder-dos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "boton-dinamica-poder-dos-1  boton-dinamica-poder-dos-2";
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    grid-area: boton-dinamica-poder-dos-1;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 .uk-form-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 .transparent-button {
    width: 300px !important;
    margin-top: 10px;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    grid-area: boton-dinamica-poder-dos-2;
    grid-column: 2/3;
    grid-row: 1/2;
    border-left: 1px solid #8A6EB1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 .transparent-button {
    width: 300px !important;
    margin-top: 10px;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px) {
  .grid-dinamica-poder-dos {
    display: grid;
    gap: 20px;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "banner-dinamica-poder-dos preguntas-dinamica-poder-dos";
  }
  .banner-dinamica-poder-dos {
    grid-area: banner-dinamica-poder-dos;
    grid-column: 1/2;
    grid-row: 1/2;
    background-image: url(../../src/images/banner-el-poder-de-dos.png);
    background-position: center top;
    background-size: cover;
    border-radius: 5px;
  }
  .preguntas-dinamica-poder-dos {
    grid-area: preguntas-dinamica-poder-dos;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 20px;
  }
  .preguntas-dinamica-poder-dos h1 {
    font-size: 1.4rem;
    text-align: center;
    color: #320946;
  }
  .preguntas-dinamica-poder-dos h1.dark {
    color: #BB86FC;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li {
    margin-bottom: 30px;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li h2 {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 3px;
    width: 96%;
    background-color: #ededed;
    color: #392E48;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li h2.dark {
    background-color: #392E48;
    color: #ffffff;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input {
    width: 96%;
    height: 40px;
    border-radius: 5px;
    background-color: transparent;
    padding: 0 10px;
    font-size: 1.2rem;
    margin-top: 5px;
    color: #392E48;
    border: 1px solid #756b9e;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input.dark {
    color: #ffffff;
    border: 1px solid #8A6EB1;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input::placeholder {
    color: #392E48;
  }
  .preguntas-dinamica-poder-dos .lista-preguntas-poder-dos li input::placeholder.dark {
    color: #ffffff;
  }
  .preguntas-dinamica-poder-dos .grid-botones-dinamica-poder-dos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "boton-dinamica-poder-dos-1  boton-dinamica-poder-dos-2";
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    grid-area: boton-dinamica-poder-dos-1;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 .uk-form-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 .transparent-button {
    width: 300px !important;
    margin-top: 10px;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    grid-area: boton-dinamica-poder-dos-2;
    grid-column: 2/3;
    grid-row: 1/2;
    border-left: 1px solid #8A6EB1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 .transparent-button {
    width: 300px !important;
    margin-top: 10px;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px){
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px){
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos .boton-dinamica-poder-dos-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px){
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1200px){
  .banner-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .preguntas-dinamica-poder-dos {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575.98px) {
  .grid-reproductor-audio {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 10px;
    grid-template-areas: "avatar-reproductor" "controles-reproductor" "lista-reproductor";
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .avatar-reproductor {
    grid-area: avatar-reproductor;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .avatar-reproductor img {
    width: 100px;
  }
  .controles-reproductor {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 20px;
    grid-template-areas: "datos-pista" "tiempo-pista" "controles" "volumen-reproductor";
    grid-area: controles-reproductor;
  }
  .datos-pista {
    grid-area: datos-pista;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .datos-pista h1 {
    font-size: 1.2rem;
    margin: 0;
    color: #392E48;
    text-align: center;
  }
  .datos-pista h1.dark {
    color: #ffffff;
  }
  .datos-pista h2 {
    margin: 0;
    font-size: 0.8rem;
    color: #392E48;
    text-align: center;
  }
  .datos-pista h2.dark {
    color: #ffffff;
  }
  .tiempo-pista {
    grid-area: tiempo-pista;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .tiempo-pista .tiempo {
    display: flex;
    justify-content: space-between;
  }
  .tiempo-pista .tiempo h6 {
    margin: 0;
    color: #392E48;
  }
  .tiempo-pista .tiempo h6.dark {
    color: #ffffff;
  }
  .controles {
    grid-area: controles;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .controles button {
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .controles .play-reproductor {
    margin: 0 10px;
  }
  .controles .boton-anterior {
    fill: #BB86FC;
  }
  .controles .boton-anterior.dark {
    fill: #e1637a;
  }
  .controles .boton-play {
    fill: #BB86FC;
  }
  .controles .boton-play.dark {
    fill: #e1637a;
  }
  .controles .boton-siguiente {
    fill: #BB86FC;
  }
  .controles .boton-siguiente.dark {
    fill: #e1637a;
  }
  .volumen-reproductor {
    grid-area: volumen-reproductor;
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .volumen-reproductor #player {
    width: 200px;
    height: 50px;
    margin-top: 10px;
    position: relative;
  }
  .volumen-reproductor #player i {
    margin-top: -6px;
    color: #666;
  }
  .volumen-reproductor #player i.fa-volume-up {
    right: 0;
  }
  .volumen-reproductor #player #volume {
    position: absolute;
    left: 50%;
    margin: 17px auto 0;
    height: 5px;
    width: 160px;
    background: #BB86FC;
    border-radius: 15px;
  }
  .volumen-reproductor #player #volume.dark {
    background: #e1637a;
  }
  .volumen-reproductor #player #volume .ui-slider-range-min {
    height: 5px;
    width: 160px;
    position: absolute;
    background: #e1637a;
    border: none;
    border-radius: 10px;
    outline: none;
  }
  .volumen-reproductor #player #volume .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #BB86FC;
    position: absolute;
    margin-left: -8px;
    margin-top: -8px;
    cursor: pointer;
    outline: none;
  }
  .volumen-reproductor #player #volume .ui-slider-handle.dark {
    background: #e1637a;
  }
  .lista-reproductor {
    grid-area: lista-reproductor;
  }
  .lista-reproductor .pista-lista {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    grid-template-areas: "nombre-pista interaccion-pista";
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .lista-reproductor .nombre-pista {
    grid-area: nombre-pista;
    display: flex;
    align-items: center;
  }
  .lista-reproductor .nombre-pista h1 {
    font-size: 1.1rem;
    color: #392E48;
    margin: 0;
  }
  .lista-reproductor .nombre-pista h1.dark {
    color: #ffffff;
  }
  .lista-reproductor .interaccion-pista {
    grid-area: interaccion-pista;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-reproductor-audio {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 10px;
    grid-template-areas: "avatar-reproductor" "controles-reproductor" "lista-reproductor";
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .avatar-reproductor {
    grid-area: avatar-reproductor;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .avatar-reproductor img {
    width: 100px;
  }
  .controles-reproductor {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 20px;
    grid-template-areas: "datos-pista" "tiempo-pista" "controles" "volumen-reproductor";
    grid-area: controles-reproductor;
  }
  .datos-pista {
    grid-area: datos-pista;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .datos-pista h1 {
    font-size: 1.2rem;
    margin: 0;
    color: #392E48;
    text-align: center;
  }
  .datos-pista h1.dark {
    color: #ffffff;
  }
  .datos-pista h2 {
    margin: 0;
    font-size: 0.8rem;
    color: #392E48;
    text-align: center;
  }
  .datos-pista h2.dark {
    color: #ffffff;
  }
  .tiempo-pista {
    grid-area: tiempo-pista;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .tiempo-pista .tiempo {
    display: flex;
    justify-content: space-between;
  }
  .tiempo-pista .tiempo h6 {
    margin: 0;
    color: #392E48;
  }
  .tiempo-pista .tiempo h6.dark {
    color: #ffffff;
  }
  .controles {
    grid-area: controles;
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .controles button {
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .controles .play-reproductor {
    margin: 0 10px;
  }
  .controles .boton-anterior {
    fill: #BB86FC;
  }
  .controles .boton-anterior.dark {
    fill: #e1637a;
  }
  .controles .boton-play {
    fill: #BB86FC;
  }
  .controles .boton-play.dark {
    fill: #e1637a;
  }
  .controles .boton-pause {
    fill: #BB86FC;
  }
  .controles .boton-pause.dark {
    fill: #e1637a;
  }
  .controles .boton-siguiente {
    fill: #BB86FC;
  }
  .controles .boton-siguiente.dark {
    fill: #e1637a;
  }
  .volumen-reproductor {
    grid-area: volumen-reproductor;
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .volumen-reproductor #player {
    width: 200px;
    height: 50px;
    margin-top: 10px;
    position: relative;
  }
  .volumen-reproductor #player i {
    margin-top: -6px;
    color: #666;
  }
  .volumen-reproductor #player i.fa-volume-up {
    right: 0;
  }
  .volumen-reproductor #player #volume {
    position: absolute;
    left: 50%;
    margin: 17px auto 0;
    height: 5px;
    width: 160px;
    background: #BB86FC;
    border-radius: 15px;
  }
  .volumen-reproductor #player #volume.dark {
    background: #e1637a;
  }
  .volumen-reproductor #player #volume .ui-slider-range-min {
    height: 5px;
    width: 160px;
    position: absolute;
    background: #e1637a;
    border: none;
    border-radius: 10px;
    outline: none;
  }
  .volumen-reproductor #player #volume .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #BB86FC;
    position: absolute;
    margin-left: -8px;
    margin-top: -8px;
    cursor: pointer;
    outline: none;
  }
  .volumen-reproductor #player #volume .ui-slider-handle.dark {
    background: #e1637a;
  }
  .lista-reproductor {
    grid-area: lista-reproductor;
  }
  .lista-reproductor .pista-lista {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    grid-template-areas: "nombre-pista interaccion-pista";
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .lista-reproductor .nombre-pista {
    grid-area: nombre-pista;
    display: flex;
    align-items: center;
  }
  .lista-reproductor .nombre-pista h1 {
    font-size: 1.1rem;
    color: #392E48;
    margin: 0;
  }
  .lista-reproductor .nombre-pista h1.dark {
    color: #ffffff;
  }
  .lista-reproductor .interaccion-pista {
    grid-area: interaccion-pista;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .controles {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .volumen-reproductor {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .lista-reproductor {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-reproductor-audio {
    display: grid !important;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    grid-template-areas: "avatar-reproductor controles-reproductor" "lista-reproductor lista-reproductor";
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .avatar-reproductor {
    grid-area: avatar-reproductor;
  }
  .avatar-reproductor img {
    width: 100px;
  }
  .controles-reproductor {
    display: grid;
    grid-template-columns: auto 1fr 200px;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    grid-template-areas: "controles datos-pista volumen-reproductor" "tiempo-pista tiempo-pista tiempo-pista";
    grid-area: controles-reproductor;
  }
  .controles {
    grid-area: controles;
  }
  .controles button {
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .controles .play-reproductor {
    margin: 0 10px;
  }
  .controles .boton-anterior {
    fill: #BB86FC;
  }
  .controles .boton-anterior.dark {
    fill: #e1637a;
  }
  .controles .boton-play {
    fill: #BB86FC;
  }
  .controles .boton-play.dark {
    fill: #e1637a;
  }
  .controles .boton-siguiente {
    fill: #BB86FC;
  }
  .controles .boton-siguiente.dark {
    fill: #e1637a;
  }
  .datos-pista {
    grid-area: datos-pista;
  }
  .datos-pista h1 {
    font-size: 1.2rem;
    margin: 0;
    color: #392E48;
  }
  .datos-pista h1.dark {
    color: #ffffff;
  }
  .datos-pista h2 {
    margin: 0;
    font-size: 0.8rem;
    color: #392E48;
  }
  .datos-pista h2.dark {
    color: #ffffff;
  }
  .volumen-reproductor {
    grid-area: volumen-reproductor;
  }
  .volumen-reproductor #player {
    width: 200px;
    height: 50px;
    margin-top: 10px;
    position: relative;
  }
  .volumen-reproductor #player i {
    margin-top: -6px;
    color: #666;
  }
  .volumen-reproductor #player i.fa-volume-up {
    right: 0;
  }
  .volumen-reproductor #player #volume {
    position: absolute;
    left: 24px;
    margin: 0 auto;
    height: 5px;
    width: 100px;
    background: #BB86FC;
    border-radius: 15px;
  }
  .volumen-reproductor #player #volume.dark {
    background: #e1637a;
  }
  .volumen-reproductor #player #volume .ui-slider-range-min {
    height: 5px;
    width: 200px;
    position: absolute;
    background: #e1637a;
    border: none;
    border-radius: 10px;
    outline: none;
  }
  .volumen-reproductor #player #volume .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #BB86FC;
    position: absolute;
    margin-left: -8px;
    margin-top: -8px;
    cursor: pointer;
    outline: none;
  }
  .volumen-reproductor #player #volume .ui-slider-handle.dark {
    background: #e1637a;
  }
  .tiempo-pista {
    grid-area: tiempo-pista;
  }
  .tiempo-pista .tiempo {
    display: flex;
    justify-content: space-between;
  }
  .tiempo-pista .tiempo h6 {
    margin: 0;
    color: #392E48;
  }
  .tiempo-pista .tiempo h6.dark {
    color: #ffffff;
  }
  .lista-reproductor {
    grid-area: lista-reproductor;
  }
  .lista-reproductor .pista-lista {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    grid-template-areas: "nombre-pista interaccion-pista";
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .lista-reproductor .nombre-pista {
    grid-area: nombre-pista;
    display: flex;
    align-items: center;
  }
  .lista-reproductor .nombre-pista h1 {
    font-size: 1.1rem;
    color: #392E48;
    margin: 0;
  }
  .lista-reproductor .nombre-pista h1.dark {
    color: #ffffff;
  }
  .lista-reproductor .interaccion-pista {
    grid-area: interaccion-pista;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .controles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .volumen-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .lista-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .controles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .volumen-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .lista-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-reproductor-audio {
    display: grid !important;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    grid-template-areas: "avatar-reproductor controles-reproductor" "lista-reproductor lista-reproductor";
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .avatar-reproductor {
    grid-area: avatar-reproductor;
  }
  .controles-reproductor {
    display: grid;
    grid-template-columns: auto 1fr 250px;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    grid-template-areas: "controles datos-pista volumen-reproductor" "tiempo-pista tiempo-pista tiempo-pista";
    grid-area: controles-reproductor;
  }
  .controles {
    grid-area: controles;
  }
  .controles button {
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .controles .play-reproductor {
    margin: 0 10px;
  }
  .controles .boton-anterior {
    fill: #BB86FC;
  }
  .controles .boton-anterior.dark {
    fill: #e1637a;
  }
  .controles .boton-play {
    fill: #BB86FC;
  }
  .controles .boton-play.dark {
    fill: #e1637a;
  }
  .controles .boton-siguiente {
    fill: #BB86FC;
  }
  .controles .boton-siguiente.dark {
    fill: #e1637a;
  }
  .datos-pista {
    grid-area: datos-pista;
  }
  .datos-pista h1 {
    font-size: 1.2rem;
    margin: 0;
    color: #392E48;
  }
  .datos-pista h1.dark {
    color: #ffffff;
  }
  .datos-pista h2 {
    margin: 0;
    font-size: 0.8rem;
    color: #392E48;
  }
  .datos-pista h2.dark {
    color: #ffffff;
  }
  .volumen-reproductor {
    grid-area: volumen-reproductor;
  }
  .volumen-reproductor #player {
    width: 250px;
    height: 50px;
    margin-top: 10px;
    position: relative;
  }
  .volumen-reproductor #player i {
    margin-top: -6px;
    color: #666;
  }
  .volumen-reproductor #player i.fa-volume-up {
    right: 0;
  }
  .volumen-reproductor #player #volume {
    position: absolute;
    left: 24px;
    margin: 0 auto;
    height: 5px;
    width: 150px;
    background: #BB86FC;
    border-radius: 15px;
  }
  .volumen-reproductor #player #volume.dark {
    background: #e1637a;
  }
  .volumen-reproductor #player #volume .ui-slider-range-min {
    height: 5px;
    width: 250px;
    position: absolute;
    background: #e1637a;
    border: none;
    border-radius: 10px;
    outline: none;
  }
  .volumen-reproductor #player #volume .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #BB86FC;
    position: absolute;
    margin-left: -8px;
    margin-top: -8px;
    cursor: pointer;
    outline: none;
  }
  .volumen-reproductor #player #volume .ui-slider-handle.dark {
    background: #e1637a;
  }
  .tiempo-pista {
    grid-area: tiempo-pista;
  }
  .tiempo-pista .tiempo {
    display: flex;
    justify-content: space-between;
  }
  .tiempo-pista .tiempo h6 {
    margin: 0;
    color: #392E48;
  }
  .tiempo-pista .tiempo h6.dark {
    color: #ffffff;
  }
  .lista-reproductor {
    grid-area: lista-reproductor;
  }
  .lista-reproductor .pista-lista {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    grid-template-areas: "nombre-pista interaccion-pista";
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .lista-reproductor .nombre-pista {
    grid-area: nombre-pista;
    display: flex;
    align-items: center;
  }
  .lista-reproductor .nombre-pista h1 {
    font-size: 1.1rem;
    color: #392E48;
    margin: 0;
  }
  .lista-reproductor .nombre-pista h1.dark {
    color: #ffffff;
  }
  .lista-reproductor .interaccion-pista {
    grid-area: interaccion-pista;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .controles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .volumen-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .lista-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .controles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .volumen-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .lista-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .controles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .volumen-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .lista-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px) {
  .grid-reproductor-audio {
    display: grid !important;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    grid-template-areas: "avatar-reproductor controles-reproductor" "lista-reproductor lista-reproductor";
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .avatar-reproductor {
    grid-area: avatar-reproductor;
  }
  .controles-reproductor {
    display: grid;
    grid-template-columns: auto 1fr 250px;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    grid-template-areas: "controles datos-pista volumen-reproductor" "tiempo-pista tiempo-pista tiempo-pista";
    grid-area: controles-reproductor;
  }
  .controles {
    grid-area: controles;
  }
  .controles button {
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .controles .play-reproductor {
    margin: 0 10px;
  }
  .controles .boton-anterior {
    fill: #BB86FC;
  }
  .controles .boton-anterior.dark {
    fill: #e1637a;
  }
  .controles .boton-play {
    fill: #BB86FC;
  }
  .controles .boton-play.dark {
    fill: #e1637a;
  }
  .controles .boton-siguiente {
    fill: #BB86FC;
  }
  .controles .boton-siguiente.dark {
    fill: #e1637a;
  }
  .datos-pista {
    grid-area: datos-pista;
  }
  .datos-pista h1 {
    font-size: 1.2rem;
    margin: 0;
    color: #392E48;
  }
  .datos-pista h1.dark {
    color: #ffffff;
  }
  .datos-pista h2 {
    margin: 0;
    font-size: 0.8rem;
    color: #392E48;
  }
  .datos-pista h2.dark {
    color: #ffffff;
  }
  .volumen-reproductor {
    grid-area: volumen-reproductor;
  }
  .volumen-reproductor #player {
    width: 200px;
    height: 50px;
    margin-top: 10px;
    position: relative;
  }
  .volumen-reproductor #player i {
    margin-top: -6px;
    color: #666;
  }
  .volumen-reproductor #player i.fa-volume-up {
    right: 0;
  }
  .volumen-reproductor #player #volume {
    position: absolute;
    left: 24px;
    margin: 0 auto;
    height: 5px;
    width: 200px;
    background: #BB86FC;
    border-radius: 15px;
  }
  .volumen-reproductor #player #volume.dark {
    background: #e1637a;
  }
  .volumen-reproductor #player #volume .ui-slider-range-min {
    height: 5px;
    width: 250px;
    position: absolute;
    background: #e1637a;
    border: none;
    border-radius: 10px;
    outline: none;
  }
  .volumen-reproductor #player #volume .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #BB86FC;
    position: absolute;
    margin-left: -8px;
    margin-top: -8px;
    cursor: pointer;
    outline: none;
  }
  .volumen-reproductor #player #volume .ui-slider-handle.dark {
    background: #e1637a;
  }
  .tiempo-pista {
    grid-area: tiempo-pista;
  }
  .tiempo-pista .tiempo {
    display: flex;
    justify-content: space-between;
  }
  .tiempo-pista .tiempo h6 {
    margin: 0;
    color: #392E48;
  }
  .tiempo-pista .tiempo h6.dark {
    color: #ffffff;
  }
  .lista-reproductor {
    grid-area: lista-reproductor;
  }
  .lista-reproductor .pista-lista {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    grid-template-areas: "nombre-pista interaccion-pista";
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .lista-reproductor .nombre-pista {
    grid-area: nombre-pista;
    display: flex;
    align-items: center;
  }
  .lista-reproductor .nombre-pista h1 {
    font-size: 1.1rem;
    color: #392E48;
    margin: 0;
  }
  .lista-reproductor .nombre-pista h1.dark {
    color: #ffffff;
  }
  .lista-reproductor .interaccion-pista {
    grid-area: interaccion-pista;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .controles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .volumen-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .lista-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .controles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .volumen-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .lista-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .controles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .volumen-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .lista-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .controles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .volumen-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .lista-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px){
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px){
  .lista-reproductor .nombre-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .lista-reproductor .interaccion-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px){
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .controles {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .volumen-reproductor {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .controles {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .volumen-reproductor {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .controles {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .volumen-reproductor {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .controles {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .volumen-reproductor {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .controles {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .volumen-reproductor {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .controles {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .volumen-reproductor {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .controles {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .volumen-reproductor {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .controles {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .volumen-reproductor {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .controles {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .volumen-reproductor {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .controles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .volumen-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .controles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .volumen-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .controles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .volumen-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .controles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .volumen-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .controles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .volumen-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
}
@media (min-width: 1200px){
  .controles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .datos-pista {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .volumen-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .tiempo-pista {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
}
@media (max-width: 575.98px){
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .lista-reproductor {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .lista-reproductor {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .lista-reproductor {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .lista-reproductor {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .lista-reproductor {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .lista-reproductor {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .lista-reproductor {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .lista-reproductor {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .lista-reproductor {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .lista-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .lista-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .lista-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .lista-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .lista-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (min-width: 1200px){
  .avatar-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .controles-reproductor {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .lista-reproductor {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (max-width: 575.98px) {
  /* instrucciones formulario */
  .instrucciones-formulario-reflexion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .instrucciones-formulario-reflexion h1 {
    margin: 40px 0;
    color: #BB86FC;
    font-size: 46px;
  }
  .instrucciones-formulario-reflexion p {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 100;
    width: 90%;
  }
  .instrucciones-formulario-reflexion a {
    margin: 40px 0 60px 0;
  }
  /* / instrucciones formulario */
  /* dash formulario */
  .grid-formulario-inspiracion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 15px;
    grid-template-areas: "reflexion-1 reflexion-2" "reflexion-3 reflexion-4" "reflexion-5 reflexion-6";
    padding: 20px;
    min-height: 70vh;
  }
  .reflexion-1 {
    grid-area: reflexion-1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    padding: 10px;
    height: 90%;
  }
  .reflexion-1 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-1 h2 {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
  }
  .reflexion-1 img {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .reflexion-2 {
    grid-area: reflexion-2;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    padding: 10px;
    height: 90%;
  }
  .reflexion-2 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-2 h2 {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
  }
  .reflexion-2 img {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .reflexion-3 {
    grid-area: reflexion-3;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    padding: 10px;
    height: 90%;
  }
  .reflexion-3 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-3 h2 {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
  }
  .reflexion-3 img {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .reflexion-4 {
    grid-area: reflexion-4;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    padding: 10px;
    height: 90%;
  }
  .reflexion-4 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-4 h2 {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
  }
  .reflexion-4 img {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .reflexion-5 {
    grid-area: reflexion-5;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    padding: 10px;
    height: 90%;
  }
  .reflexion-5 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-5 h2 {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
  }
  .reflexion-5 img {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .reflexion-6 {
    grid-area: reflexion-6;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    padding: 10px;
    height: 90%;
  }
  .reflexion-6 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-6 h2 {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
  }
  .reflexion-6 img {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  /* / dash formulario */
  /* preguntas formulario */
  .grid-formulario-preguntas {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto auto;
    gap: 15px;
    grid-template-areas: "item-reflexion-1" "item-reflexion-2" "item-reflexion-4" "item-reflexion-5" "item-reflexion-6" "item-reflexion-7" "item-reflexion-3";
    padding: 20px;
  }
  .item-reflexion-1 {
    display: grid;
    grid-column: 1/2;
    grid-row: 1/2;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: "titulo-reflexion imagen-reflexion";
    grid-area: item-reflexion-1;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .titulo-reflexion {
    grid-area: titulo-reflexion;
  }
  .titulo-reflexion h1 {
    color: #BB86FC;
    font-size: 20px;
  }
  .imagen-reflexion {
    grid-area: imagen-reflexion;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-reflexion-2 {
    grid-area: item-reflexion-2;
    grid-column: 1/2;
    grid-row: 2/3;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-2 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-2 ul {
    list-style: none;
  }
  .item-reflexion-2 ul li {
    display: flex;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-3 {
    grid-area: item-reflexion-3;
    background-color: #BB86FC;
    height: 60px;
    display: none;
  }
  .item-reflexion-4 {
    grid-area: item-reflexion-4;
    grid-column: 1/2;
    grid-row: 3/4;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-4 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-4 ul {
    list-style: none;
  }
  .item-reflexion-4 ul li {
    display: flex;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-5 {
    grid-area: item-reflexion-5;
    grid-column: 1/2;
    grid-row: 4/5;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-5 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-5 ul {
    list-style: none;
  }
  .item-reflexion-5 ul li {
    display: flex;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-6 {
    grid-area: item-reflexion-6;
    grid-column: 1/2;
    grid-row: 5/6;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-6 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-6 ul {
    list-style: none;
  }
  .item-reflexion-6 ul li {
    display: flex;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-7 {
    grid-area: item-reflexion-7;
    grid-column: 1/2;
    grid-row: 6/7;
    background-color: #e1637a;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  /* instrucciones formulario */
  .instrucciones-formulario-reflexion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .instrucciones-formulario-reflexion h1 {
    margin: 40px 0;
    color: #BB86FC;
  }
  .instrucciones-formulario-reflexion p {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 100;
    width: 60%;
  }
  .instrucciones-formulario-reflexion a {
    margin: 40px 0;
  }
  /* / instrucciones formulario */
  /* dash formulario */
  .grid-formulario-inspiracion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 15px;
    grid-auto-flow: row;
    grid-template-areas: "reflexion-1 reflexion-2" "reflexion-3 reflexion-4" "reflexion-5 reflexion-6";
    min-height: 75vh;
    padding: 20px;
  }
  .reflexion-1 {
    grid-area: reflexion-1;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-1 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-1 h2 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
  }
  .reflexion-1 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-2 {
    grid-area: reflexion-2;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-2 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-2 h2 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
  }
  .reflexion-2 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-3 {
    grid-area: reflexion-3;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-3 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-3 h2 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
  }
  .reflexion-3 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-4 {
    grid-area: reflexion-4;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-4 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-4 h2 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
  }
  .reflexion-4 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-5 {
    grid-area: reflexion-5;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-5 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-5 h2 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
  }
  .reflexion-5 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-6 {
    grid-area: reflexion-6;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-6 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-6 h2 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
  }
  .reflexion-6 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  /* / dash formulario */
  /* preguntas formulario */
  .grid-formulario-preguntas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr auto;
    gap: 15px;
    grid-template-areas: "item-reflexion-1 item-reflexion-4" "item-reflexion-2 item-reflexion-5" "item-reflexion-2 item-reflexion-6" "item-reflexion-3 item-reflexion-7";
    padding: 20px;
  }
  .item-reflexion-1 {
    display: grid;
    grid-column: 1/2;
    grid-row: 1/2;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: "titulo-reflexion imagen-reflexion";
    grid-area: item-reflexion-1;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .titulo-reflexion {
    grid-area: titulo-reflexion;
  }
  .titulo-reflexion h1 {
    color: #BB86FC;
    font-size: 30px;
  }
  .imagen-reflexion {
    grid-area: imagen-reflexion;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-reflexion-2 {
    grid-area: item-reflexion-2;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-2 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-2 ul {
    list-style: none;
  }
  .item-reflexion-2 ul li {
    display: flex;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-3 {
    grid-area: item-reflexion-3;
    background-color: #BB86FC;
    height: 60px;
  }
  .item-reflexion-4 {
    grid-area: item-reflexion-4;
    grid-column: 2/3;
    grid-row: 1/2;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-4 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-4 ul li {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-5 {
    grid-area: item-reflexion-5;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-5 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-5 ul {
    list-style: none;
  }
  .item-reflexion-5 ul li {
    display: flex;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-6 {
    grid-area: item-reflexion-6;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-6 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-6 ul {
    list-style: none;
  }
  .item-reflexion-6 ul li {
    display: flex;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-7 {
    grid-area: item-reflexion-7;
    background-color: #e1637a;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* instrucciones formulario */
  .instrucciones-formulario-reflexion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .instrucciones-formulario-reflexion h1 {
    margin: 40px 0;
    color: #BB86FC;
  }
  .instrucciones-formulario-reflexion p {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 100;
    width: 60%;
  }
  .instrucciones-formulario-reflexion a {
    margin: 40px 0;
  }
  /* / instrucciones formulario */
  /* dash formulario */
  .grid-formulario-inspiracion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 15px;
    grid-auto-flow: row;
    grid-template-areas: "reflexion-1 reflexion-2" "reflexion-3 reflexion-4" "reflexion-5 reflexion-6";
    height: 75vh;
    padding: 20px;
  }
  .reflexion-1 {
    grid-area: reflexion-1;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-1 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-1 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-1 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-2 {
    grid-area: reflexion-2;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-2 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-2 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-2 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-3 {
    grid-area: reflexion-3;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-3 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-3 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-3 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-4 {
    grid-area: reflexion-4;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-4 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-4 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-4 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-5 {
    grid-area: reflexion-5;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-5 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-5 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-5 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-6 {
    grid-area: reflexion-6;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-6 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-6 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-6 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  /* / dash formulario */
  /* preguntas formulario */
  .grid-formulario-preguntas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr auto;
    gap: 15px;
    grid-template-areas: "item-reflexion-1 item-reflexion-4" "item-reflexion-2 item-reflexion-5" "item-reflexion-2 item-reflexion-6" "item-reflexion-3 item-reflexion-7";
    padding: 20px;
  }
  .item-reflexion-1 {
    display: grid;
    grid-column: 1/2;
    grid-row: 1/2;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: "titulo-reflexion imagen-reflexion";
    grid-area: item-reflexion-1;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .titulo-reflexion {
    grid-area: titulo-reflexion;
  }
  .titulo-reflexion h1 {
    color: #BB86FC;
    font-size: 30px;
  }
  .imagen-reflexion {
    grid-area: imagen-reflexion;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-reflexion-2 {
    grid-area: item-reflexion-2;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-2 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-2 ul {
    list-style: none;
  }
  .item-reflexion-2 ul li {
    display: flex;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-3 {
    grid-area: item-reflexion-3;
    background-color: #BB86FC;
    height: 60px;
  }
  .item-reflexion-4 {
    grid-area: item-reflexion-4;
    grid-column: 2/3;
    grid-row: 1/2;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-4 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-4 ul {
    list-style: none;
  }
  .item-reflexion-4 ul li {
    display: flex;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-5 {
    grid-area: item-reflexion-5;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-5 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-5 ul {
    list-style: none;
  }
  .item-reflexion-5 ul li {
    display: flex;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-6 {
    grid-area: item-reflexion-6;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-6 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-6 ul {
    list-style: none;
  }
  .item-reflexion-6 ul li {
    display: flex;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-7 {
    grid-area: item-reflexion-7;
    background-color: #e1637a;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* instrucciones formulario */
  .instrucciones-formulario-reflexion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .instrucciones-formulario-reflexion h1 {
    margin: 40px 0;
    color: #BB86FC;
  }
  .instrucciones-formulario-reflexion p {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 100;
    width: 60%;
  }
  .instrucciones-formulario-reflexion a {
    margin: 40px 0;
  }
  /* / instrucciones formulario */
  /* dash formulario */
  .grid-formulario-inspiracion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 15px;
    grid-auto-flow: row;
    grid-template-areas: "reflexion-1 reflexion-2" "reflexion-3 reflexion-4" "reflexion-5 reflexion-6";
    height: 80vh;
  }
  .reflexion-1 {
    grid-area: reflexion-1;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-1 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-1 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-1 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-2 {
    grid-area: reflexion-2;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-2 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-2 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-2 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-3 {
    grid-area: reflexion-3;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-3 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-3 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-3 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-4 {
    grid-area: reflexion-4;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-4 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-4 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-4 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-5 {
    grid-area: reflexion-5;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-5 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-5 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-5 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-6 {
    grid-area: reflexion-6;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-6 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-6 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-6 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  /* / dash formulario */
  /* preguntas formulario */
  .grid-formulario-preguntas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr auto;
    gap: 15px;
    grid-template-areas: "item-reflexion-1 item-reflexion-4" "item-reflexion-2 item-reflexion-5" "item-reflexion-2 item-reflexion-6" "item-reflexion-3 item-reflexion-7";
  }
  .item-reflexion-1 {
    display: grid;
    grid-column: 1/2;
    grid-row: 1/2;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: "titulo-reflexion imagen-reflexion";
    grid-area: item-reflexion-1;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .titulo-reflexion {
    grid-area: titulo-reflexion;
  }
  .titulo-reflexion h1 {
    color: #BB86FC;
    font-size: 30px;
  }
  .imagen-reflexion {
    grid-area: imagen-reflexion;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-reflexion-2 {
    grid-area: item-reflexion-2;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-2 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-2 ul {
    list-style: none;
  }
  .item-reflexion-2 ul li {
    display: flex;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-3 {
    grid-area: item-reflexion-3;
    background-color: #BB86FC;
    height: 60px;
  }
  .item-reflexion-4 {
    grid-area: item-reflexion-4;
    grid-column: 2/3;
    grid-row: 1/2;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-4 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-4 ul {
    list-style: none;
  }
  .item-reflexion-4 ul li {
    display: flex;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-5 {
    grid-area: item-reflexion-5;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-5 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-5 ul {
    list-style: none;
  }
  .item-reflexion-5 ul li {
    display: flex;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-6 {
    grid-area: item-reflexion-6;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-6 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-6 ul {
    list-style: none;
  }
  .item-reflexion-6 ul li {
    display: flex;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-7 {
    grid-area: item-reflexion-7;
    background-color: #e1637a;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1200px) {
  /* instrucciones formulario */
  .instrucciones-formulario-reflexion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .instrucciones-formulario-reflexion h1 {
    margin: 40px 0;
    color: #BB86FC;
    font-size: 50px;
  }
  .instrucciones-formulario-reflexion p {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 100;
    width: 60%;
  }
  .instrucciones-formulario-reflexion a {
    margin: 40px 0;
  }
  /* / instrucciones formulario */
  /* dash formulario */
  .grid-formulario-inspiracion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 15px;
    grid-auto-flow: row;
    grid-template-areas: "reflexion-1 reflexion-2" "reflexion-3 reflexion-4" "reflexion-5 reflexion-6";
    height: 80vh;
  }
  .reflexion-1 {
    grid-area: reflexion-1;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-1 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-1 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-1 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-2 {
    grid-area: reflexion-2;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-2 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-2 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-2 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-3 {
    grid-area: reflexion-3;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-3 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-3 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-3 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-4 {
    grid-area: reflexion-4;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-4 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-4 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-4 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-5 {
    grid-area: reflexion-5;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-5 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-5 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-5 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .reflexion-6 {
    grid-area: reflexion-6;
    display: flex;
    align-items: center;
    border: 3px solid #382E47;
    position: relative;
    height: 100%;
  }
  .reflexion-6 h1 {
    margin: 0 20px;
    color: #BB86FC;
    font-size: 70px;
    font-weight: 600;
  }
  .reflexion-6 h2 {
    margin: 0;
    color: #ffffff;
  }
  .reflexion-6 img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  /* / dash formulario */
  /* preguntas formulario */
  .grid-formulario-preguntas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr auto;
    gap: 15px;
    grid-template-areas: "item-reflexion-1 item-reflexion-4" "item-reflexion-2 item-reflexion-5" "item-reflexion-2 item-reflexion-6" "item-reflexion-3 item-reflexion-7";
  }
  .item-reflexion-1 {
    display: grid;
    grid-column: 1/2;
    grid-row: 1/2;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: "titulo-reflexion imagen-reflexion";
    grid-area: item-reflexion-1;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .titulo-reflexion {
    grid-area: titulo-reflexion;
  }
  .titulo-reflexion h1 {
    color: #BB86FC;
    font-size: 30px;
  }
  .imagen-reflexion {
    grid-area: imagen-reflexion;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-reflexion-2 {
    grid-area: item-reflexion-2;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-2 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-2 ul {
    list-style: none;
  }
  .item-reflexion-2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-3 {
    grid-area: item-reflexion-3;
    background-color: #BB86FC;
    height: 60px;
  }
  .item-reflexion-4 {
    grid-area: item-reflexion-4;
    grid-column: 2/3;
    grid-row: 1/2;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-4 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-4 ul {
    list-style: none;
  }
  .item-reflexion-4 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-5 {
    grid-area: item-reflexion-5;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-5 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-5 ul {
    list-style: none;
  }
  .item-reflexion-5 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-6 {
    grid-area: item-reflexion-6;
    border: 3px solid #382E47;
    padding: 20px;
  }
  .item-reflexion-6 h1 {
    color: #e1637a;
    font-size: 22px;
  }
  .item-reflexion-6 ul {
    list-style: none;
  }
  .item-reflexion-6 ul li {
    display: flex;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
  }
  .item-reflexion-7 {
    grid-area: item-reflexion-7;
    background-color: #e1637a;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575.98px){
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1200px){
  .titulo-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imagen-reflexion {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575.98px){
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .item-reflexion-5 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-6 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .item-reflexion-7 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .item-reflexion-5 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-6 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .item-reflexion-7 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .item-reflexion-5 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-6 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .item-reflexion-7 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .item-reflexion-5 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-6 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .item-reflexion-7 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .item-reflexion-5 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-6 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .item-reflexion-7 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1200px){
  .item-reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-reflexion-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .item-reflexion-3 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .item-reflexion-4 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-reflexion-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .item-reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .item-reflexion-7 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575.98px){
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1200px){
  .reflexion-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reflexion-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reflexion-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reflexion-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reflexion-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .reflexion-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
.reflexion-1:hover {
  background-color: #BB86FC;
}
.reflexion-1:hover h1 {
  color: #ffffff;
}

.reflexion-2:hover {
  background-color: #BB86FC;
}
.reflexion-2:hover h1 {
  color: #ffffff;
}

.reflexion-3:hover {
  background-color: #BB86FC;
}
.reflexion-3:hover h1 {
  color: #ffffff;
}

.reflexion-4:hover {
  background-color: #BB86FC;
}
.reflexion-4:hover h1 {
  color: #ffffff;
}

.reflexion-5:hover {
  background-color: #BB86FC;
}
.reflexion-5:hover h1 {
  color: #ffffff;
}

.reflexion-6:hover {
  background-color: #BB86FC;
}
.reflexion-6:hover h1 {
  color: #ffffff;
}

/** learning **/
@media (max-width: 575.98px) {
  .grid-learning-home {
    display: grid;
    gap: 0 20px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "cards-learning-home-container";
    width: 100%;
    height: 100%;
  }
  .cards-learning-home-container {
    grid-area: cards-learning-home-container;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .gamification-home-container {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-learning-home {
    display: grid;
    gap: 0 20px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "cards-learning-home-container";
    width: 100%;
  }
  .cards-learning-home-container {
    grid-area: cards-learning-home-container;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .gamification-home-container {
    display: none;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-learning-home {
    display: grid;
    gap: 0 20px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "cards-learning-home-container";
    padding: 20px;
  }
  .cards-learning-home-container {
    grid-area: cards-learning-home-container;
    grid-column: 1/2;
    grid-row: 1/2;
    overflow-y: scroll !important;
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
  }
  .cards-learning-home-container.dark {
    border: 1px solid #322546;
  }
  .gamification-home-container {
    display: none;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-learning-home {
    display: grid;
    gap: 0 20px;
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 1fr;
    grid-template-areas: "cards-learning-home-container gamification-home-container";
    max-width: 1620px;
    width: 100%;
    overflow: auto;
    height: 80vh;
  }
  .cards-learning-home-container {
    grid-area: cards-learning-home-container;
    grid-column: 1/2;
    grid-row: 1/2;
    overflow-y: scroll !important;
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
  }
  .cards-learning-home-container.dark {
    border: 1px solid #322546;
  }
  .gamification-home-container {
    grid-area: gamification-home-container;
    grid-column: 2/3;
    grid-row: 1/2;
    border-radius: 5px;
    max-height: 80vh;
    background-color: #e2e2e2;
    border: 1px solid #bbbbbb;
  }
  .gamification-home-container.dark {
    background-color: #120E1E;
    border: 1px solid #322546;
  }
  .gamification-home-container .titulo-insignias-home {
    background-color: #322546;
    padding: 5px 0;
  }
  .gamification-home-container .titulo-insignias-home h1 {
    color: #BB86FC;
    text-align: center;
    font-size: 1.7rem;
    margin: 20px 10px;
  }
  .gamification-home-container .insignias-home-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
  }
  .gamification-home-container .insignias-home-container div {
    margin: 5px 15px;
    width: 80px;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .grid-learning-home {
    display: grid;
    gap: 0 20px;
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 1fr;
    grid-template-areas: "cards-learning-home-container gamification-home-container";
    overflow: hidden;
    height: 80vh;
  }
  .cards-learning-home-container {
    grid-area: cards-learning-home-container;
    grid-column: 1/2;
    grid-row: 1/2;
    overflow-y: scroll !important;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
  }
  .cards-learning-home-container.dark {
    border: 1px solid #322546;
  }
  .gamification-home-container {
    grid-area: gamification-home-container;
    grid-column: 2/3;
    grid-row: 1/2;
    border-radius: 5px;
    max-height: 80vh;
    background-color: #e2e2e2;
    border: 1px solid #bbbbbb;
  }
  .gamification-home-container.dark {
    background-color: #120E1E;
    border: 1px solid #322546;
  }
  .gamification-home-container .titulo-insignias-home {
    background-color: #322546;
    padding: 5px 0;
  }
  .gamification-home-container .titulo-insignias-home h1 {
    color: #BB86FC;
    text-align: center;
    font-size: 1.7rem;
    margin: 20px 10px;
  }
  .gamification-home-container .insignias-home-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
  }
  .gamification-home-container .insignias-home-container div {
    margin: 15px 5px;
    width: 100px;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .gamification-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575.98px){
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .gamification-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .gamification-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1200px){
  .cards-learning-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .gamification-home-container {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575.98px) {
  .grid-plan-header {
    display: grid;
    grid-template-columns: 1fr 0.1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "plan-title botones-plan-header";
  }
  .plan-title {
    grid-area: plan-title;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .plan-title div {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 15px;
  }
  .plan-title h1 {
    margin: 0;
    font-size: 1.2rem;
    color: #392E48;
  }
  .plan-title h1.dark {
    color: #ffffff;
  }
  .botones-plan-header {
    grid-area: botones-plan-header;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
  }
  .descripcion-plan {
    padding: 20px;
    margin: 40px 0;
    border-radius: 5px;
    border: 1px solid #ededed;
  }
  .descripcion-plan.dark {
    border: 1px solid #BB86FC;
  }
  .grid-modulo-plan {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "header-modulo-plan-1" "header-modulo-plan-2" "body-modulo-plan";
    margin-bottom: 40px;
  }
  .header-modulo-plan-1 {
    grid-area: header-modulo-plan-1;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 0 10px;
  }
  .header-modulo-plan-1 h2 {
    font-size: 1.1rem;
    color: #392E48;
  }
  .header-modulo-plan-1 h2.dark {
    color: #ffffff;
  }
  .header-modulo-plan-2 {
    grid-area: header-modulo-plan-2;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
  }
  .header-modulo-plan-2 a {
    margin-right: 20px;
  }
  .header-modulo-plan-2 .uk-dropdown {
    background-color: #fafafa;
    border-radius: 3px;
  }
  .header-modulo-plan-2 .uk-dropdown p {
    color: #392E48;
  }
  .header-modulo-plan-2 .uk-dropdown.dark {
    background-color: #0e0815;
  }
  .header-modulo-plan-2 .uk-dropdown.dark p {
    color: #ffffff;
  }
  .body-modulo-plan {
    grid-area: body-modulo-plan;
    grid-column: 1/2;
    grid-row: 3/4;
    border-radius: 7px;
    padding: 15px;
    border: 1px solid #ededed;
  }
  .body-modulo-plan.dark {
    border: 1px solid #221B2C;
  }
  .body-modulo-plan .uk-slidenav-next {
    background-color: rgba(29, 7, 67, 0.3);
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 3px;
  }
  .body-modulo-plan .uk-slidenav-next.dark {
    background-color: rgba(116, 84, 171, 0.3);
  }
  .body-modulo-plan .uk-slidenav-previous {
    background-color: rgba(29, 7, 67, 0.3);
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 3px;
  }
  .body-modulo-plan .uk-slidenav-previous.dark {
    background-color: rgba(116, 84, 171, 0.3);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-plan-header {
    display: grid;
    grid-template-columns: 1fr 0.25fr;
    grid-template-rows: 1fr;
    grid-template-areas: "plan-title botones-plan-header";
  }
  .plan-title {
    grid-area: plan-title;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .plan-title div {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 15px;
  }
  .plan-title h1 {
    margin: 0;
    font-size: 1.2rem;
    color: #392E48;
  }
  .plan-title h1.dark {
    color: #ffffff;
  }
  .botones-plan-header {
    grid-area: botones-plan-header;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
  }
  .descripcion-plan {
    padding: 40px;
    margin: 40px 0;
    border-radius: 5px;
    border: 1px solid #ededed;
  }
  .descripcion-plan.dark {
    border: 1px solid #BB86FC;
  }
  .grid-modulo-plan {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "header-modulo-plan-1" "header-modulo-plan-2" "body-modulo-plan";
    margin-bottom: 40px;
  }
  .header-modulo-plan-1 {
    grid-area: header-modulo-plan-1;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 0 10px;
  }
  .header-modulo-plan-1 h2 {
    font-size: 1.2rem;
    color: #392E48;
  }
  .header-modulo-plan-1 h2.dark {
    color: #ffffff;
  }
  .header-modulo-plan-2 {
    grid-area: header-modulo-plan-2;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
  }
  .header-modulo-plan-2 a {
    margin-right: 20px;
  }
  .header-modulo-plan-2 .uk-dropdown {
    background-color: #fafafa;
    border-radius: 3px;
  }
  .header-modulo-plan-2 .uk-dropdown p {
    color: #392E48;
  }
  .header-modulo-plan-2 .uk-dropdown.dark {
    background-color: #0e0815;
  }
  .header-modulo-plan-2 .uk-dropdown.dark p {
    color: #ffffff;
  }
  .body-modulo-plan {
    grid-area: body-modulo-plan;
    grid-column: 1/2;
    grid-row: 3/4;
    border-radius: 7px;
    padding: 15px;
    border: 1px solid #ededed;
  }
  .body-modulo-plan.dark {
    border: 1px solid #221B2C;
  }
  .body-modulo-plan .uk-slidenav-next {
    background-color: rgba(29, 7, 67, 0.3);
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 3px;
  }
  .body-modulo-plan .uk-slidenav-next.dark {
    background-color: rgba(116, 84, 171, 0.3);
  }
  .body-modulo-plan .uk-slidenav-previous {
    background-color: rgba(29, 7, 67, 0.3);
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 3px;
  }
  .body-modulo-plan .uk-slidenav-previous.dark {
    background-color: rgba(116, 84, 171, 0.3);
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .body-modulo-plan {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-plan-header {
    display: grid;
    grid-template-columns: 1fr 0.25fr;
    grid-template-rows: 1fr;
    grid-template-areas: "plan-title botones-plan-header";
  }
  .plan-title {
    grid-area: plan-title;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .plan-title div {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 15px;
  }
  .plan-title h1 {
    margin: 0;
    font-size: 2rem;
    color: #392E48;
  }
  .plan-title h1.dark {
    color: #ffffff;
  }
  .botones-plan-header {
    grid-area: botones-plan-header;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
  }
  .descripcion-plan {
    padding: 40px;
    margin: 40px 0;
    border-radius: 5px;
    border: 1px solid #ededed;
  }
  .descripcion-plan.dark {
    border: 1px solid #BB86FC;
  }
  .grid-modulo-plan {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "header-modulo-plan-1" "header-modulo-plan-2" "body-modulo-plan";
    margin-bottom: 40px;
  }
  .header-modulo-plan-1 {
    grid-area: header-modulo-plan-1;
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 10px 10px;
  }
  .header-modulo-plan-1 h2 {
    font-size: 1.5rem;
    color: #392E48;
  }
  .header-modulo-plan-1 h2.dark {
    color: #ffffff;
  }
  .header-modulo-plan-2 {
    grid-area: header-modulo-plan-2;
    grid-column: 1/2;
    grid-row: 2/3;
    display: flex;
    justify-content: flex-start;
    padding: 20px 10px;
  }
  .header-modulo-plan-2 a {
    margin-right: 20px;
  }
  .header-modulo-plan-2 .uk-dropdown {
    background-color: #fafafa;
    border-radius: 3px;
  }
  .header-modulo-plan-2 .uk-dropdown p {
    color: #392E48;
  }
  .header-modulo-plan-2 .uk-dropdown.dark {
    background-color: #0e0815;
  }
  .header-modulo-plan-2 .uk-dropdown.dark p {
    color: #ffffff;
  }
  .body-modulo-plan {
    grid-area: body-modulo-plan;
    grid-column: 1/2;
    grid-row: 3/4;
    border-radius: 7px;
    padding: 15px;
    border: 1px solid #ededed;
  }
  .body-modulo-plan.dark {
    border: 1px solid #221B2C;
  }
  .body-modulo-plan .uk-slidenav-next {
    background-color: rgba(29, 7, 67, 0.3);
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 3px;
  }
  .body-modulo-plan .uk-slidenav-next.dark {
    background-color: rgba(116, 84, 171, 0.3);
  }
  .body-modulo-plan .uk-slidenav-previous {
    background-color: rgba(29, 7, 67, 0.3);
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 3px;
  }
  .body-modulo-plan .uk-slidenav-previous.dark {
    background-color: rgba(116, 84, 171, 0.3);
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .body-modulo-plan {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .body-modulo-plan {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-plan-header {
    display: grid;
    grid-template-columns: 1fr 0.25fr;
    grid-template-rows: 1fr;
    grid-template-areas: "plan-title botones-plan-header";
  }
  .plan-title {
    grid-area: plan-title;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .plan-title div {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 15px;
  }
  .plan-title h1 {
    margin: 0;
    font-size: 2rem;
    color: #392E48;
  }
  .plan-title h1.dark {
    color: #ffffff;
  }
  .botones-plan-header {
    grid-area: botones-plan-header;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
  }
  .descripcion-plan {
    padding: 40px;
    margin: 40px 0;
    border-radius: 5px;
    border: 1px solid #ededed;
  }
  .descripcion-plan.dark {
    border: 1px solid #BB86FC;
  }
  .grid-modulo-plan {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 0.15fr 1fr;
    grid-template-areas: "header-modulo-plan-1 header-modulo-plan-2" "body-modulo-plan body-modulo-plan";
    margin-bottom: 40px;
  }
  .header-modulo-plan-1 {
    grid-area: header-modulo-plan-1;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .header-modulo-plan-1 h2 {
    font-size: 1.5rem;
    color: #392E48;
  }
  .header-modulo-plan-1 h2.dark {
    color: #ffffff;
  }
  .header-modulo-plan-2 {
    grid-area: header-modulo-plan-2;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
  }
  .header-modulo-plan-2 div {
    margin-left: 20px;
  }
  .header-modulo-plan-2 .uk-dropdown {
    background-color: #fafafa;
    border-radius: 3px;
  }
  .header-modulo-plan-2 .uk-dropdown p {
    color: #392E48;
  }
  .header-modulo-plan-2 .uk-dropdown.dark {
    background-color: #0e0815;
  }
  .header-modulo-plan-2 .uk-dropdown.dark p {
    color: #ffffff;
  }
  .body-modulo-plan {
    grid-area: body-modulo-plan;
    grid-column: 1/3;
    grid-row: 2/3;
    border-radius: 7px;
    padding: 15px;
    border: 1px solid #ededed;
  }
  .body-modulo-plan.dark {
    border: 1px solid #221B2C;
  }
  .body-modulo-plan .uk-slidenav-next {
    background-color: rgba(29, 7, 67, 0.3);
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 3px;
  }
  .body-modulo-plan .uk-slidenav-next.dark {
    background-color: rgba(116, 84, 171, 0.3);
  }
  .body-modulo-plan .uk-slidenav-previous {
    background-color: rgba(29, 7, 67, 0.3);
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 3px;
  }
  .body-modulo-plan .uk-slidenav-previous.dark {
    background-color: rgba(116, 84, 171, 0.3);
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .body-modulo-plan {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .body-modulo-plan {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .body-modulo-plan {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (min-width: 1200px) {
  .grid-plan-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "plan-title botones-plan-header";
  }
  .plan-title {
    grid-area: plan-title;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .plan-title div {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 15px;
  }
  .plan-title h1 {
    margin: 0;
    font-size: 2rem;
    color: #392E48;
  }
  .plan-title h1.dark {
    color: #ffffff;
  }
  .botones-plan-header {
    grid-area: botones-plan-header;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
  }
  .descripcion-plan {
    padding: 40px;
    margin: 40px 0;
    border-radius: 5px;
    border: 1px solid #ededed;
  }
  .descripcion-plan.dark {
    border: 1px solid #BB86FC;
  }
  .grid-modulo-plan {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 0.15fr 1fr;
    grid-template-areas: "header-modulo-plan-1 header-modulo-plan-2" "body-modulo-plan body-modulo-plan";
    margin-bottom: 40px;
  }
  .header-modulo-plan-1 {
    grid-area: header-modulo-plan-1;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .header-modulo-plan-1 h2 {
    font-size: 1.5rem;
    color: #392E48;
  }
  .header-modulo-plan-1 h2.dark {
    color: #ffffff;
  }
  .header-modulo-plan-2 {
    grid-area: header-modulo-plan-2;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
  }
  .header-modulo-plan-2 div {
    margin-left: 20px;
  }
  .header-modulo-plan-2 .uk-dropdown {
    background-color: #fafafa;
    border-radius: 3px;
  }
  .header-modulo-plan-2 .uk-dropdown p {
    color: #392E48;
  }
  .header-modulo-plan-2 .uk-dropdown.dark {
    background-color: #0e0815;
  }
  .header-modulo-plan-2 .uk-dropdown.dark p {
    color: #ffffff;
  }
  .body-modulo-plan {
    grid-area: body-modulo-plan;
    grid-column: 1/3;
    grid-row: 2/3;
    border-radius: 7px;
    padding: 15px;
    border: 1px solid #ededed;
  }
  .body-modulo-plan.dark {
    border: 1px solid #221B2C;
  }
  .body-modulo-plan .uk-slidenav-next {
    background-color: rgba(29, 7, 67, 0.3);
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 3px;
  }
  .body-modulo-plan .uk-slidenav-next.dark {
    background-color: rgba(116, 84, 171, 0.3);
  }
  .body-modulo-plan .uk-slidenav-previous {
    background-color: rgba(29, 7, 67, 0.3);
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 3px;
  }
  .body-modulo-plan .uk-slidenav-previous.dark {
    background-color: rgba(116, 84, 171, 0.3);
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .body-modulo-plan {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .body-modulo-plan {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .body-modulo-plan {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .body-modulo-plan {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 575.98px){
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .body-modulo-plan {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .body-modulo-plan {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .body-modulo-plan {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .body-modulo-plan {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .body-modulo-plan {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .body-modulo-plan {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .body-modulo-plan {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .body-modulo-plan {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .body-modulo-plan {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .body-modulo-plan {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .body-modulo-plan {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .body-modulo-plan {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .body-modulo-plan {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .body-modulo-plan {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (min-width: 1200px){
  .header-modulo-plan-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-modulo-plan-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .body-modulo-plan {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 575.98px){
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px){
  .plan-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-plan-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px) {
  .grid-curso-header {
    display: grid;
    grid-template-columns: 1fr 0.1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "curso-title botones-curso-header";
  }
  .curso-title {
    grid-area: curso-title;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .curso-title div {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 15px;
  }
  .curso-title h1 {
    margin: 0;
    font-size: 1.1rem;
    color: #392E48;
  }
  .curso-title h1.dark {
    color: #ffffff;
  }
  .botones-curso-header {
    grid-area: botones-curso-header;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
  }
  .descripcion-curso {
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    border: 1px solid #ededed;
  }
  .descripcion-curso.dark {
    border: 1px solid #BB86FC;
  }
  .curso-learning-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-curso-header {
    display: grid;
    grid-template-columns: 1fr 0.1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "curso-title botones-curso-header";
  }
  .curso-title {
    grid-area: curso-title;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .curso-title div {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 15px;
  }
  .curso-title h1 {
    margin: 0;
    font-size: 1.2rem;
    color: #392E48;
  }
  .curso-title h1.dark {
    color: #ffffff;
  }
  .botones-curso-header {
    grid-area: botones-curso-header;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
  }
  .descripcion-curso {
    padding: 40px;
    margin: 40px 0;
    border-radius: 5px;
    border: 1px solid #ededed;
  }
  .descripcion-curso.dark {
    border: 1px solid #BB86FC;
  }
  .curso-learning-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-bottom: 40px !important;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-curso-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "curso-title botones-curso-header";
  }
  .curso-title {
    grid-area: curso-title;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .curso-title div {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 15px;
  }
  .curso-title h1 {
    margin: 0;
    font-size: 2rem;
    color: #392E48;
  }
  .curso-title h1.dark {
    color: #ffffff;
  }
  .botones-curso-header {
    grid-area: botones-curso-header;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
  }
  .descripcion-curso {
    padding: 40px;
    margin: 40px 0;
    border-radius: 5px;
    border: 1px solid #ededed;
  }
  .descripcion-curso.dark {
    border: 1px solid #BB86FC;
  }
  .curso-learning-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-bottom: 40px !important;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-curso-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "curso-title botones-curso-header";
  }
  .curso-title {
    grid-area: curso-title;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .curso-title div {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 15px;
  }
  .curso-title h1 {
    margin: 0;
    font-size: 2rem;
    color: #392E48;
  }
  .curso-title h1.dark {
    color: #ffffff;
  }
  .botones-curso-header {
    grid-area: botones-curso-header;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
  }
  .descripcion-curso {
    padding: 40px;
    margin: 40px 0;
    border-radius: 5px;
    border: 1px solid #ededed;
  }
  .descripcion-curso.dark {
    border: 1px solid #BB86FC;
  }
  .curso-learning-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-bottom: 40px !important;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px) {
  .grid-curso-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "curso-title botones-curso-header";
  }
  .curso-title {
    grid-area: curso-title;
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: center;
  }
  .curso-title div {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 15px;
  }
  .curso-title h1 {
    margin: 0;
    font-size: 2rem;
    color: #392E48;
  }
  .curso-title h1.dark {
    color: #ffffff;
  }
  .botones-curso-header {
    grid-area: botones-curso-header;
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
  }
  .descripcion-curso {
    padding: 40px;
    margin: 40px 0;
    border-radius: 5px;
    border: 1px solid #ededed;
  }
  .descripcion-curso.dark {
    border: 1px solid #BB86FC;
  }
  .curso-learning-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-bottom: 40px !important;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px){
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px){
  .curso-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .botones-curso-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-width: 575.98px) {
  .card-learning-home {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-template-rows: 1fr 1fr 0.5fr;
    gap: 20px 10px;
    grid-auto-flow: row;
    grid-template-areas: "img-card-learning-home titulo-card-learning-home" "img-card-learning-home avance-card-learning-home" "boton-card-learning-home boton-card-learning-home";
    padding: 10px;
    border-radius: 5px;
    background-color: #A69EB2;
  }
  .card-learning-home.dark {
    background-color: #221B2C;
  }
  .img-card-learning-home {
    grid-area: img-card-learning-home;
    height: 120px;
  }
  .titulo-card-learning-home {
    grid-area: titulo-card-learning-home;
  }
  .titulo-card-learning-home h1 {
    color: #ffffff;
    font-size: 1.2rem;
  }
  .avance-card-learning-home {
    grid-area: avance-card-learning-home;
    gap: 5px;
    grid-auto-flow: row;
    grid-template-areas: "avance-learning-home medalla-learning-home";
  }
  .avance-learning-home {
    grid-area: avance-learning-home;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
  }
  .boton-card-learning-home {
    grid-area: boton-card-learning-home;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .boton-card-learning-home .transparent-button {
    padding: 5px 25px;
    background-color: rgba(192, 192, 192, 0.3);
    font-size: 1em;
    color: #320946;
    min-width: 250px;
    max-width: 300px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #320946;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    cursor: pointer;
  }
  .boton-card-learning-home .transparent-button.dark {
    background-color: rgba(50, 9, 70, 0.3);
    color: #BB86FC;
    border: 1px solid #BB86FC;
  }
  /** cards modulos **/
  .card-learning-modulo {
    padding: 10px;
    margin-right: 15px !important;
    border-radius: 5px;
    background-color: #A69EB2;
    height: 95%;
  }
  .card-learning-modulo.dark {
    background-color: #221B2C;
  }
  .card-learning-modulo .titulo-card-modulo {
    height: 60px;
    padding: 10px;
  }
  .card-learning-modulo .titulo-card-modulo h1 {
    color: #ffffff;
    font-size: 1rem;
  }
  .card-learning-modulo .insignia-card-modulo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
    background-color: #d6d0e4;
  }
  .card-learning-modulo .insignia-card-modulo.dark {
    background-color: #0e0815;
  }
  .card-learning-modulo .insignia-card-modulo h2 {
    font-size: 1rem;
    margin: 0;
    color: #392E48;
  }
  .card-learning-modulo .insignia-card-modulo h2.dark {
    color: #ffffff;
  }
  .card-learning-modulo .insignia-card-modulo img {
    margin-left: 10px;
    width: 18px;
  }
  .card-learning-modulo .insignia-card-modulo span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #e1637a;
  }
  .card-learning-modulo .boton-card-modulo {
    padding: 10px 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-learning-home {
    display: grid;
    grid-template-columns: 110px 1fr;
    grid-template-rows: 1fr 1fr 0.5fr;
    gap: 20px 10px;
    grid-auto-flow: row;
    grid-template-areas: "img-card-learning-home titulo-card-learning-home" "img-card-learning-home avance-card-learning-home" "boton-card-learning-home boton-card-learning-home";
    padding: 10px;
    border-radius: 5px;
    background-color: #A69EB2;
  }
  .card-learning-home.dark {
    background-color: #221B2C;
  }
  .img-card-learning-home {
    grid-area: img-card-learning-home;
    height: 110px;
  }
  .titulo-card-learning-home {
    grid-area: titulo-card-learning-home;
  }
  .titulo-card-learning-home h1 {
    color: #ffffff;
    font-size: 1.2rem;
  }
  .avance-card-learning-home {
    grid-area: avance-card-learning-home;
    gap: 5px;
    grid-auto-flow: row;
    grid-template-areas: "avance-learning-home medalla-learning-home";
  }
  .avance-learning-home {
    grid-area: avance-learning-home;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
  }
  .boton-card-learning-home {
    grid-area: boton-card-learning-home;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .boton-card-learning-home .transparent-button {
    padding: 5px 25px;
    background-color: rgba(192, 192, 192, 0.3);
    font-size: 1em;
    color: #320946;
    min-width: 200px;
    max-width: 300px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #320946;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    cursor: pointer;
  }
  .boton-card-learning-home .transparent-button.dark {
    background-color: rgba(50, 9, 70, 0.3);
    color: #BB86FC;
    border: 1px solid #BB86FC;
  }
  /** cards modulos **/
  .card-learning-modulo {
    padding: 10px;
    margin-right: 15px !important;
    border-radius: 5px;
    background-color: #A69EB2;
    height: 95%;
  }
  .card-learning-modulo.dark {
    background-color: #221B2C;
  }
  .card-learning-modulo .titulo-card-modulo {
    height: 60px;
    padding: 10px;
  }
  .card-learning-modulo .titulo-card-modulo h1 {
    color: #ffffff;
    font-size: 1rem;
  }
  .card-learning-modulo .insignia-card-modulo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
    background-color: #d6d0e4;
  }
  .card-learning-modulo .insignia-card-modulo.dark {
    background-color: #0e0815;
  }
  .card-learning-modulo .insignia-card-modulo h2 {
    font-size: 1rem;
    margin: 0;
    color: #392E48;
  }
  .card-learning-modulo .insignia-card-modulo h2.dark {
    color: #ffffff;
  }
  .card-learning-modulo .insignia-card-modulo img {
    margin-left: 10px;
    width: 18px;
  }
  .card-learning-modulo .insignia-card-modulo span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #e1637a;
  }
  .card-learning-modulo .boton-card-modulo {
    padding: 10px 0;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-learning-home {
    display: grid;
    grid-template-columns: 140px 1fr;
    grid-template-rows: 1fr 1fr 0.5fr;
    gap: 10px;
    grid-auto-flow: row;
    grid-template-areas: "img-card-learning-home titulo-card-learning-home" "img-card-learning-home avance-card-learning-home" "img-card-learning-home boton-card-learning-home";
    padding: 10px;
    border-radius: 5px;
    background-color: #A69EB2;
    height: 140px;
  }
  .card-learning-home.dark {
    background-color: #221B2C;
  }
  .img-card-learning-home {
    grid-area: img-card-learning-home;
  }
  .titulo-card-learning-home {
    grid-area: titulo-card-learning-home;
  }
  .titulo-card-learning-home h1 {
    color: #ffffff;
    font-size: 1.2rem;
  }
  .avance-card-learning-home {
    grid-area: avance-card-learning-home;
    gap: 5px;
    grid-auto-flow: row;
    grid-template-areas: "avance-learning-home medalla-learning-home";
  }
  .avance-learning-home {
    grid-area: avance-learning-home;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
  }
  .boton-card-learning-home {
    grid-area: boton-card-learning-home;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .boton-card-learning-home .transparent-button {
    padding: 5px 25px;
    background-color: rgba(192, 192, 192, 0.3);
    font-size: 1em;
    color: #320946;
    min-width: 170px;
    max-width: 280px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #320946;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    cursor: pointer;
  }
  .boton-card-learning-home .transparent-button.dark {
    background-color: rgba(50, 9, 70, 0.3);
    color: #BB86FC;
    border: 1px solid #BB86FC;
  }
  /** cards modulos **/
  .card-learning-modulo {
    padding: 10px;
    margin-right: 15px !important;
    border-radius: 5px;
    background-color: #A69EB2;
    height: 95%;
  }
  .card-learning-modulo.dark {
    background-color: #221B2C;
  }
  .card-learning-modulo .titulo-card-modulo {
    height: 60px;
    padding: 10px;
  }
  .card-learning-modulo .titulo-card-modulo h1 {
    color: #ffffff;
    font-size: 1rem;
  }
  .card-learning-modulo .insignia-card-modulo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
    background-color: #d6d0e4;
  }
  .card-learning-modulo .insignia-card-modulo.dark {
    background-color: #0e0815;
  }
  .card-learning-modulo .insignia-card-modulo h2 {
    font-size: 1rem;
    margin: 0;
    color: #392E48;
  }
  .card-learning-modulo .insignia-card-modulo h2.dark {
    color: #ffffff;
  }
  .card-learning-modulo .insignia-card-modulo img {
    margin-left: 10px;
    width: 18px;
  }
  .card-learning-modulo .insignia-card-modulo span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #e1637a;
  }
  .card-learning-modulo .boton-card-modulo {
    padding: 10px 0;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-learning-home {
    display: grid;
    grid-template-columns: 130px 1fr;
    grid-template-rows: 1fr 1fr 0.5fr;
    gap: 10px;
    grid-auto-flow: row;
    grid-template-areas: "img-card-learning-home titulo-card-learning-home" "img-card-learning-home avance-card-learning-home" "img-card-learning-home boton-card-learning-home";
    padding: 10px;
    border-radius: 5px;
    background-color: #A69EB2;
    height: 130px;
  }
  .card-learning-home.dark {
    background-color: #221B2C;
  }
  .img-card-learning-home {
    grid-area: img-card-learning-home;
  }
  .titulo-card-learning-home {
    grid-area: titulo-card-learning-home;
  }
  .titulo-card-learning-home h1 {
    color: #ffffff;
    font-size: 1.2rem;
  }
  .avance-card-learning-home {
    grid-area: avance-card-learning-home;
    gap: 5px;
    grid-auto-flow: row;
    grid-template-areas: "avance-learning-home medalla-learning-home";
  }
  .avance-learning-home {
    grid-area: avance-learning-home;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
  }
  .boton-card-learning-home {
    grid-area: boton-card-learning-home;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .boton-card-learning-home .transparent-button {
    padding: 5px 15px;
    background-color: rgba(192, 192, 192, 0.3);
    font-size: 1em;
    color: #320946;
    min-width: 150px;
    max-width: 260px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #320946;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    cursor: pointer;
  }
  .boton-card-learning-home .transparent-button.dark {
    background-color: rgba(50, 9, 70, 0.3);
    color: #BB86FC;
    border: 1px solid #BB86FC;
  }
  /** cards modulos **/
  .card-learning-modulo {
    padding: 10px;
    margin-right: 15px !important;
    border-radius: 5px;
    background-color: #A69EB2;
    height: 95%;
  }
  .card-learning-modulo.dark {
    background-color: #221B2C;
  }
  .card-learning-modulo .titulo-card-modulo {
    height: 60px;
    padding: 10px;
  }
  .card-learning-modulo .titulo-card-modulo h1 {
    color: #ffffff;
    font-size: 1rem;
  }
  .card-learning-modulo .insignia-card-modulo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
    background-color: #d6d0e4;
  }
  .card-learning-modulo .insignia-card-modulo.dark {
    background-color: #0e0815;
  }
  .card-learning-modulo .insignia-card-modulo h2 {
    font-size: 1rem;
    margin: 0;
    color: #392E48;
  }
  .card-learning-modulo .insignia-card-modulo h2.dark {
    color: #ffffff;
  }
  .card-learning-modulo .insignia-card-modulo img {
    margin-left: 10px;
    width: 18px;
  }
  .card-learning-modulo .insignia-card-modulo span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #e1637a;
  }
  .card-learning-modulo .boton-card-modulo {
    padding: 10px 0;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media (min-width: 1200px) {
  .card-learning-home {
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-template-rows: 1fr 1fr 0.5fr;
    gap: 10px;
    grid-auto-flow: row;
    grid-template-areas: "img-card-learning-home titulo-card-learning-home" "img-card-learning-home avance-card-learning-home" "img-card-learning-home boton-card-learning-home";
    padding: 10px;
    border-radius: 5px;
    background-color: #A69EB2;
    height: 160px;
  }
  .card-learning-home.dark {
    background-color: #221B2C;
  }
  .img-card-learning-home {
    grid-area: img-card-learning-home;
  }
  .titulo-card-learning-home {
    grid-area: titulo-card-learning-home;
  }
  .titulo-card-learning-home h1 {
    font-size: 1.2rem;
    color: #392E48;
  }
  .titulo-card-learning-home h1.dark {
    color: #ffffff;
  }
  .avance-card-learning-home {
    grid-area: avance-card-learning-home;
    gap: 5px;
    grid-auto-flow: row;
    grid-template-areas: "avance-learning-home medalla-learning-home";
  }
  .avance-learning-home {
    grid-area: avance-learning-home;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
  }
  .boton-card-learning-home {
    grid-area: boton-card-learning-home;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .boton-card-learning-home .transparent-button {
    padding: 5px 25px;
    background-color: rgba(192, 192, 192, 0.3);
    font-size: 1em;
    color: #320946;
    min-width: 170px;
    max-width: 280px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #320946;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    cursor: pointer;
  }
  .boton-card-learning-home .transparent-button.dark {
    background-color: rgba(50, 9, 70, 0.3);
    color: #BB86FC;
    border: 1px solid #BB86FC;
  }
  /** cards modulos **/
  .card-learning-modulo {
    padding: 10px;
    border-radius: 5px;
    background-color: #A69EB2;
    height: 95%;
  }
  .card-learning-modulo.dark {
    background-color: #221B2C;
  }
  .card-learning-modulo .titulo-card-modulo {
    height: 60px;
    padding: 10px;
  }
  .card-learning-modulo .titulo-card-modulo h1 {
    color: #ffffff;
    font-size: 1rem;
  }
  .card-learning-modulo .insignia-card-modulo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
    background-color: #d6d0e4;
  }
  .card-learning-modulo .insignia-card-modulo.dark {
    background-color: #0e0815;
  }
  .card-learning-modulo .insignia-card-modulo h2 {
    font-size: 1rem;
    margin: 0;
    color: #392E48;
  }
  .card-learning-modulo .insignia-card-modulo h2.dark {
    color: #ffffff;
  }
  .card-learning-modulo .insignia-card-modulo img {
    margin-left: 10px;
    width: 18px;
  }
  .card-learning-modulo .insignia-card-modulo span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #e1637a;
  }
  .card-learning-modulo .boton-card-modulo {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 575.98px){
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1200px){
  .avance-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (max-width: 575.98px){
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media (min-width: 1200px){
  .img-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .titulo-card-learning-home {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .avance-card-learning-home {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .boton-card-learning-home {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 575.98px) {
  .grid-header-registro-diplomado {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.15fr 1fr 1fr;
    gap: 20px;
    grid-auto-flow: row;
    grid-template-areas: "nombre-diplomado" "img-diplomado" "descripcion-diplomado";
    padding: 20px 0;
  }
  .nombre-diplomado {
    grid-area: nombre-diplomado;
  }
  .nombre-diplomado h1 {
    color: #392E48;
    font-size: 1.5rem;
    margin: 0;
  }
  .nombre-diplomado h1.dark {
    color: #ffffff;
  }
  .img-diplomado {
    grid-area: img-diplomado;
  }
  .img-diplomado img {
    border-radius: 5px;
  }
  .descripcion-diplomado {
    grid-area: descripcion-diplomado;
    padding: 10px;
  }
  .descripcion-diplomado h2 {
    color: #320946;
    font-size: 1.4rem;
  }
  .descripcion-diplomado h2.dark {
    color: #BB86FC;
  }
  .descripcion-diplomado p {
    margin-bottom: 10px;
  }
  .formulario-registro-diplomado {
    margin: 20px auto 40px auto !important;
    padding: 10px;
    width: 90%;
    border-radius: 5px;
    border: 1px solid #e1637a;
  }
  .formulario-registro-diplomado.dark {
    border: 1px solid #BB86FC;
  }
  .formulario-registro-diplomado h1 {
    text-align: center;
    font-size: 1.4rem;
    margin: 20px 0;
    color: #320946;
  }
  .formulario-registro-diplomado h1.dark {
    color: #BB86FC;
  }
  .formulario-registro-diplomado legend {
    margin-bottom: 10px !important;
    font-size: 1.1rem;
    color: #320946;
    font-weight: 300;
  }
  .formulario-registro-diplomado legend.dark {
    color: #ffffff;
  }
  .formulario-registro-diplomado .input-text {
    height: 30px;
    width: 94%;
    background-color: transparent;
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #320946;
    color: #320946;
  }
  .formulario-registro-diplomado .input-text.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .formulario-registro-diplomado .text-area {
    width: 94%;
    background-color: transparent;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #320946;
    color: #320946;
  }
  .formulario-registro-diplomado .text-area.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .formulario-registro-diplomado .respuesta-opcion-multiple {
    height: 40px;
    width: 98%;
    background-color: transparent;
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #320946;
    color: #320946;
  }
  .formulario-registro-diplomado .respuesta-opcion-multiple.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .formulario-registro-diplomado button {
    padding: 7px 25px;
    background-color: rgba(192, 192, 192, 0.3);
    font-size: 0.9em;
    color: #320946;
    min-width: 45%;
    max-width: 50%;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #320946;
    display: block !important;
    cursor: pointer;
    margin-top: 40px;
  }
  .formulario-registro-diplomado button.dark {
    background-color: rgba(50, 9, 70, 0.3);
    color: #BB86FC;
    border: 1px solid #BB86FC;
  }
  /** carta compromiso **/
  .carta-compromiso h1 {
    color: #BB86FC;
    font-size: 32px;
  }
  .carta-compromiso h1.dark {
    color: #e1637a;
  }
  .carta-compromiso h3 {
    color: #320946;
    font-size: 20px;
  }
  .carta-compromiso h3.dark {
    color: #BB86FC;
  }
  .carta-compromiso ul {
    list-style: none;
  }
  .carta-compromiso ul li {
    font-size: 18px;
  }
  .carta-compromiso .grid-botones-carta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    grid-template-areas: "boton-2 boton-3" "boton-1 boton-1";
    margin-top: 40px;
  }
  .carta-compromiso .boton-1 {
    grid-area: boton-1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .carta-compromiso .boton-1 .transparent-button {
    font-size: 1.2rem !important;
    width: 100% !important;
  }
  .carta-compromiso .boton-2 {
    grid-area: boton-2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .carta-compromiso .boton-2 .transparent-button-1 {
    background-color: rgba(255, 1, 1, 0.4);
    color: #ffffff;
    border: 1px solid #e50c0c;
    padding: 7px 25px;
    font-size: 1.2em;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    min-width: 120px;
  }
  .carta-compromiso .boton-3 {
    grid-area: boton-3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .carta-compromiso .boton-3 .transparent-button-2 {
    background-color: rgba(1, 255, 14, 0.4);
    color: #ffffff;
    border: 1px solid #35D128;
    padding: 7px 25px;
    font-size: 1.2em;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    min-width: 120px;
  }
  /** termina carta compromiso **/
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-header-registro-diplomado {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 20px;
    grid-auto-flow: row;
    grid-template-areas: "nombre-diplomado" "img-diplomado" "descripcion-diplomado";
    padding: 20px 0;
  }
  .nombre-diplomado {
    grid-area: nombre-diplomado;
  }
  .nombre-diplomado h1 {
    color: #392E48;
    font-size: 1.5rem;
    margin: 0;
  }
  .nombre-diplomado h1.dark {
    color: #ffffff;
  }
  .img-diplomado {
    grid-area: img-diplomado;
  }
  .img-diplomado img {
    border-radius: 5px;
  }
  .descripcion-diplomado {
    grid-area: descripcion-diplomado;
    padding: 10px;
  }
  .descripcion-diplomado h2 {
    color: #320946;
    font-size: 1.4rem;
  }
  .descripcion-diplomado h2.dark {
    color: #BB86FC;
  }
  .descripcion-diplomado p {
    margin-bottom: 10px;
  }
  .formulario-registro-diplomado {
    margin: 40px auto !important;
    padding: 40px;
    width: 70%;
    border-radius: 5px;
    border: 1px solid #e1637a;
  }
  .formulario-registro-diplomado.dark {
    border: 1px solid #BB86FC;
  }
  .formulario-registro-diplomado h1 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 40px;
    color: #320946;
  }
  .formulario-registro-diplomado h1.dark {
    color: #BB86FC;
  }
  .formulario-registro-diplomado legend {
    margin-bottom: 10px !important;
    font-size: 1.1rem;
    color: #320946;
    font-weight: 300;
  }
  .formulario-registro-diplomado legend.dark {
    color: #ffffff;
  }
  .formulario-registro-diplomado .input-text {
    height: 30px;
    width: 97%;
    background-color: transparent;
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #320946;
    color: #320946;
  }
  .formulario-registro-diplomado .input-text.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .formulario-registro-diplomado .text-area {
    width: 97%;
    background-color: transparent;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #320946;
    color: #320946;
  }
  .formulario-registro-diplomado .text-area.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .formulario-registro-diplomado .respuesta-opcion-multiple {
    height: 40px;
    width: 50%;
    background-color: transparent;
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #320946;
    color: #320946;
  }
  .formulario-registro-diplomado .respuesta-opcion-multiple.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .formulario-registro-diplomado button {
    padding: 7px 25px;
    background-color: rgba(192, 192, 192, 0.3);
    font-size: 0.9em;
    color: #320946;
    min-width: 45%;
    max-width: 50%;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #320946;
    display: block !important;
    cursor: pointer;
    margin-top: 40px;
  }
  .formulario-registro-diplomado button.dark {
    background-color: rgba(50, 9, 70, 0.3);
    color: #BB86FC;
    border: 1px solid #BB86FC;
  }
  /** carta compromiso **/
  .carta-compromiso h1 {
    color: #BB86FC;
    font-size: 32px;
  }
  .carta-compromiso h1.dark {
    color: #e1637a;
  }
  .carta-compromiso h3 {
    color: #320946;
    font-size: 20px;
  }
  .carta-compromiso h3.dark {
    color: #BB86FC;
  }
  .carta-compromiso ul {
    list-style: none;
  }
  .carta-compromiso ul li {
    font-size: 18px;
  }
  .carta-compromiso .grid-botones-carta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    grid-template-areas: "boton-2 boton-3" "boton-1 boton-1";
    margin-top: 40px;
  }
  .carta-compromiso .boton-1 {
    grid-area: boton-1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .carta-compromiso .boton-1 .transparent-button {
    font-size: 1.2rem !important;
    width: 100% !important;
  }
  .carta-compromiso .boton-2 {
    grid-area: boton-2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .carta-compromiso .boton-2 .transparent-button-1 {
    background-color: rgba(255, 1, 1, 0.4);
    color: #ffffff;
    border: 1px solid #e50c0c;
    padding: 7px 25px;
    font-size: 1.2em;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    min-width: 180px;
  }
  .carta-compromiso .boton-3 {
    grid-area: boton-3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .carta-compromiso .boton-3 .transparent-button-2 {
    background-color: rgba(1, 255, 14, 0.4);
    color: #ffffff;
    border: 1px solid #35D128;
    padding: 7px 25px;
    font-size: 1.2em;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    min-width: 180px;
  }
  /** termina carta compromiso **/
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-header-registro-diplomado {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    grid-template-rows: 0.15fr 1fr;
    gap: 20px;
    grid-auto-flow: row;
    grid-template-areas: "nombre-diplomado nombre-diplomado" "img-diplomado descripcion-diplomado";
    padding: 40px 0;
  }
  .nombre-diplomado {
    grid-area: nombre-diplomado;
  }
  .nombre-diplomado h1 {
    color: #392E48;
    font-size: 1.5rem;
    margin: 0;
  }
  .nombre-diplomado h1.dark {
    color: #ffffff;
  }
  .img-diplomado {
    grid-area: img-diplomado;
  }
  .img-diplomado img {
    border-radius: 5px;
  }
  .descripcion-diplomado {
    grid-area: descripcion-diplomado;
    padding: 10px;
  }
  .descripcion-diplomado h2 {
    color: #320946;
    font-size: 1.4rem;
  }
  .descripcion-diplomado h2.dark {
    color: #BB86FC;
  }
  .descripcion-diplomado p {
    margin-bottom: 10px;
  }
  .formulario-registro-diplomado {
    margin: 40px auto !important;
    padding: 40px;
    width: 70%;
    border-radius: 5px;
    border: 1px solid #e1637a;
  }
  .formulario-registro-diplomado.dark {
    border: 1px solid #BB86FC;
  }
  .formulario-registro-diplomado h1 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 40px;
    color: #320946;
  }
  .formulario-registro-diplomado h1.dark {
    color: #BB86FC;
  }
  .formulario-registro-diplomado legend {
    margin-bottom: 10px !important;
    font-size: 1.1rem;
    color: #320946;
    font-weight: 300;
  }
  .formulario-registro-diplomado legend.dark {
    color: #ffffff;
  }
  .formulario-registro-diplomado .input-text {
    height: 30px;
    width: 97%;
    background-color: transparent;
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #320946;
    color: #320946;
  }
  .formulario-registro-diplomado .input-text.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .formulario-registro-diplomado .text-area {
    width: 97%;
    background-color: transparent;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #320946;
    color: #320946;
  }
  .formulario-registro-diplomado .text-area.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .formulario-registro-diplomado .respuesta-opcion-multiple {
    height: 40px;
    width: 50%;
    background-color: transparent;
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #320946;
    color: #320946;
  }
  .formulario-registro-diplomado .respuesta-opcion-multiple.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .formulario-registro-diplomado button {
    padding: 7px 25px;
    background-color: rgba(192, 192, 192, 0.3);
    font-size: 0.9em;
    color: #320946;
    min-width: 45%;
    max-width: 50%;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #320946;
    display: block !important;
    cursor: pointer;
    margin-top: 40px;
  }
  .formulario-registro-diplomado button.dark {
    background-color: rgba(50, 9, 70, 0.3);
    color: #BB86FC;
    border: 1px solid #BB86FC;
  }
  /** carta compromiso **/
  .carta-compromiso h1 {
    color: #BB86FC;
    font-size: 32px;
  }
  .carta-compromiso h1.dark {
    color: #e1637a;
  }
  .carta-compromiso h3 {
    color: #320946;
    font-size: 20px;
  }
  .carta-compromiso h3.dark {
    color: #BB86FC;
  }
  .carta-compromiso ul {
    list-style: none;
  }
  .carta-compromiso ul li {
    font-size: 18px;
  }
  .carta-compromiso .grid-botones-carta {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
    grid-template-areas: "boton-1 boton-2 boton-3";
    margin-top: 40px;
  }
  .carta-compromiso .boton-1 {
    grid-area: boton-1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .carta-compromiso .boton-1 .transparent-button {
    font-size: 1.2rem !important;
    width: 100% !important;
  }
  .carta-compromiso .boton-2 {
    grid-area: boton-2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .carta-compromiso .boton-2 .transparent-button-1 {
    background-color: rgba(255, 1, 1, 0.4);
    color: #ffffff;
    border: 1px solid #e50c0c;
    padding: 7px 25px;
    font-size: 1.2em;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    min-width: 180px;
  }
  .carta-compromiso .boton-3 {
    grid-area: boton-3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .carta-compromiso .boton-3 .transparent-button-2 {
    background-color: rgba(1, 255, 14, 0.4);
    color: #ffffff;
    border: 1px solid #35D128;
    padding: 7px 25px;
    font-size: 1.2em;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    min-width: 180px;
  }
  /** termina carta compromiso **/
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-header-registro-diplomado {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    grid-template-rows: 0.15fr 1fr;
    gap: 20px;
    grid-auto-flow: row;
    grid-template-areas: "nombre-diplomado nombre-diplomado" "img-diplomado descripcion-diplomado";
  }
  .nombre-diplomado {
    grid-area: nombre-diplomado;
  }
  .nombre-diplomado h1 {
    color: #392E48;
    font-size: 2rem;
    margin: 0;
  }
  .nombre-diplomado h1.dark {
    color: #ffffff;
  }
  .img-diplomado {
    grid-area: img-diplomado;
  }
  .img-diplomado img {
    border-radius: 5px;
  }
  .descripcion-diplomado {
    grid-area: descripcion-diplomado;
    padding: 10px;
  }
  .descripcion-diplomado h2 {
    color: #320946;
    font-size: 1.4rem;
  }
  .descripcion-diplomado h2.dark {
    color: #BB86FC;
  }
  .descripcion-diplomado p {
    margin-bottom: 10px;
  }
  .formulario-registro-diplomado {
    margin: 40px auto !important;
    padding: 40px;
    width: 70%;
    border-radius: 5px;
    border: 1px solid #e1637a;
  }
  .formulario-registro-diplomado.dark {
    border: 1px solid #BB86FC;
  }
  .formulario-registro-diplomado h1 {
    text-align: center;
    color: #320946;
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .formulario-registro-diplomado h1.dark {
    color: #BB86FC;
  }
  .formulario-registro-diplomado legend {
    margin-bottom: 10px !important;
    font-size: 1.1rem;
    color: #320946;
    font-weight: 300;
  }
  .formulario-registro-diplomado legend.dark {
    color: #ffffff;
  }
  .formulario-registro-diplomado .input-text {
    height: 30px;
    width: 97%;
    background-color: transparent;
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #320946;
    color: #320946;
  }
  .formulario-registro-diplomado .input-text.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .formulario-registro-diplomado .text-area {
    width: 97%;
    background-color: transparent;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #320946;
    color: #320946;
  }
  .formulario-registro-diplomado .text-area.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .formulario-registro-diplomado .respuesta-opcion-multiple {
    height: 40px;
    width: 50%;
    background-color: transparent;
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #320946;
    color: #320946;
  }
  .formulario-registro-diplomado .respuesta-opcion-multiple.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .formulario-registro-diplomado button {
    padding: 7px 25px;
    background-color: rgba(192, 192, 192, 0.3);
    font-size: 0.9em;
    color: #320946;
    min-width: 45%;
    max-width: 50%;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #320946;
    display: block !important;
    cursor: pointer;
    margin-top: 40px;
  }
  .formulario-registro-diplomado button.dark {
    background-color: rgba(50, 9, 70, 0.3);
    color: #BB86FC;
    border: 1px solid #BB86FC;
  }
  /** carta compromiso **/
  .carta-compromiso h1 {
    color: #BB86FC;
    font-size: 32px;
  }
  .carta-compromiso h1.dark {
    color: #e1637a;
  }
  .carta-compromiso h3 {
    color: #320946;
    font-size: 20px;
  }
  .carta-compromiso h3.dark {
    color: #BB86FC;
  }
  .carta-compromiso ul {
    list-style: none;
  }
  .carta-compromiso ul li {
    font-size: 18px;
  }
  .carta-compromiso .grid-botones-carta {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
    grid-template-areas: "boton-1 boton-2 boton-3";
    margin-top: 40px;
  }
  .carta-compromiso .boton-1 {
    grid-area: boton-1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .carta-compromiso .boton-1 .transparent-button {
    font-size: 1.2rem !important;
    width: 100% !important;
  }
  .carta-compromiso .boton-2 {
    grid-area: boton-2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .carta-compromiso .boton-2 .transparent-button-1 {
    background-color: rgba(255, 1, 1, 0.4);
    color: #ffffff;
    border: 1px solid #e50c0c;
    padding: 7px 25px;
    font-size: 1.2em;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    min-width: 180px;
  }
  .carta-compromiso .boton-3 {
    grid-area: boton-3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .carta-compromiso .boton-3 .transparent-button-2 {
    background-color: rgba(1, 255, 14, 0.4);
    color: #ffffff;
    border: 1px solid #35D128;
    padding: 7px 25px;
    font-size: 1.2em;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    min-width: 180px;
  }
  /** termina carta compromiso **/
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (min-width: 1200px) {
  .grid-header-registro-diplomado {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    grid-template-rows: 0.15fr 1fr;
    gap: 20px;
    grid-auto-flow: row;
    grid-template-areas: "nombre-diplomado nombre-diplomado" "img-diplomado descripcion-diplomado";
  }
  .nombre-diplomado {
    grid-area: nombre-diplomado;
  }
  .nombre-diplomado h1 {
    color: #392E48;
    font-size: 2rem;
    margin: 0;
  }
  .nombre-diplomado h1.dark {
    color: #ffffff;
  }
  .img-diplomado {
    grid-area: img-diplomado;
  }
  .img-diplomado img {
    border-radius: 5px;
  }
  .descripcion-diplomado {
    grid-area: descripcion-diplomado;
    padding: 10px;
  }
  .descripcion-diplomado h2 {
    color: #320946;
    font-size: 1.4rem;
  }
  .descripcion-diplomado h2.dark {
    color: #BB86FC;
  }
  .descripcion-diplomado p {
    margin-bottom: 10px;
  }
  .formulario-registro-diplomado {
    margin: 40px auto !important;
    padding: 40px;
    width: 70%;
    border-radius: 5px;
    border: 1px solid #e1637a;
  }
  .formulario-registro-diplomado.dark {
    border: 1px solid #BB86FC;
  }
  .formulario-registro-diplomado h1 {
    text-align: center;
    color: #320946;
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .formulario-registro-diplomado h1.dark {
    color: #BB86FC;
  }
  .formulario-registro-diplomado legend {
    margin-bottom: 10px !important;
    font-size: 1.1rem;
    color: #320946;
    font-weight: 300;
  }
  .formulario-registro-diplomado legend.dark {
    color: #ffffff;
  }
  .formulario-registro-diplomado .input-text {
    height: 30px;
    width: 97%;
    background-color: transparent;
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #320946;
    color: #320946;
  }
  .formulario-registro-diplomado .input-text.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .formulario-registro-diplomado .text-area {
    width: 97%;
    background-color: transparent;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #320946;
    color: #320946;
  }
  .formulario-registro-diplomado .text-area.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .formulario-registro-diplomado .respuesta-opcion-multiple {
    height: 40px;
    width: 50%;
    background-color: transparent;
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #320946;
    color: #320946;
  }
  .formulario-registro-diplomado .respuesta-opcion-multiple.dark {
    border: 1px solid #BB86FC;
    color: #BB86FC;
  }
  .formulario-registro-diplomado button {
    padding: 7px 25px;
    background-color: rgba(192, 192, 192, 0.3);
    font-size: 0.9em;
    color: #320946;
    min-width: 45%;
    max-width: 50%;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #320946;
    display: block !important;
    cursor: pointer;
    margin-top: 40px;
  }
  .formulario-registro-diplomado button.dark {
    background-color: rgba(50, 9, 70, 0.3);
    color: #BB86FC;
    border: 1px solid #BB86FC;
  }
  /** carta compromiso **/
  .carta-compromiso h1 {
    color: #BB86FC;
    font-size: 32px;
  }
  .carta-compromiso h1.dark {
    color: #e1637a;
  }
  .carta-compromiso h3 {
    color: #320946;
    font-size: 20px;
  }
  .carta-compromiso h3.dark {
    color: #BB86FC;
  }
  .carta-compromiso ul {
    list-style: none;
  }
  .carta-compromiso ul li {
    font-size: 18px;
  }
  .carta-compromiso .grid-botones-carta {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
    grid-template-areas: "boton-1 boton-2 boton-3";
    margin-top: 40px;
  }
  .carta-compromiso .boton-1 {
    grid-area: boton-1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .carta-compromiso .boton-1 .transparent-button {
    font-size: 1.2rem !important;
    width: 100% !important;
  }
  .carta-compromiso .boton-2 {
    grid-area: boton-2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .carta-compromiso .boton-2 .transparent-button-1 {
    background-color: rgba(255, 1, 1, 0.4);
    color: #ffffff;
    border: 1px solid #e50c0c;
    padding: 7px 25px;
    font-size: 1.2em;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    min-width: 180px;
  }
  .carta-compromiso .boton-3 {
    grid-area: boton-3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .carta-compromiso .boton-3 .transparent-button-2 {
    background-color: rgba(1, 255, 14, 0.4);
    color: #ffffff;
    border: 1px solid #35D128;
    padding: 7px 25px;
    font-size: 1.2em;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    min-width: 180px;
  }
  /** termina carta compromiso **/
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (max-width: 575.98px){
  .carta-compromiso .boton-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .carta-compromiso .boton-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .carta-compromiso .boton-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .carta-compromiso .boton-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .carta-compromiso .boton-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (min-width: 1200px){
  .carta-compromiso .boton-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .carta-compromiso .boton-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .carta-compromiso .boton-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (max-width: 575.98px){
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1200px){
  .nombre-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .img-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .descripcion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575.98px) {
  .grid-informacion-diplomado {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr auto;
    gap: 20px;
    grid-auto-flow: row;
    grid-template-areas: "img-informacion-diplomado" "informacion-diplomado";
    padding: 20px 0;
  }
  .img-informacion-diplomado {
    grid-area: img-informacion-diplomado;
  }
  .img-informacion-diplomado img {
    border-radius: 5px;
  }
  .informacion-diplomado {
    grid-area: informacion-diplomado;
    padding: 10px 0;
  }
  .informacion-diplomado h1 {
    color: #320946;
    font-size: 1.5rem;
  }
  .informacion-diplomado h1.dark {
    color: #BB86FC;
  }
  .informacion-diplomado p {
    margin-bottom: 20px;
  }
  .elements-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .elements-container .left-button {
    display: none;
  }
  .elements-container .right-button {
    display: none;
  }
  .margin-elements {
    margin-top: 40px;
  }
  .margin-elements:first-child {
    margin-top: 0px !important;
  }
  .cards-elements-container {
    max-height: 80vh !important;
    max-width: 98%;
    width: 100%;
    display: flex;
    overflow-x: auto;
    margin-bottom: 20px;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .cards-elements-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-informacion-diplomado {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr auto;
    gap: 20px;
    grid-auto-flow: row;
    grid-template-areas: "img-informacion-diplomado" "informacion-diplomado";
    padding: 20px 0;
  }
  .img-informacion-diplomado {
    grid-area: img-informacion-diplomado;
  }
  .img-informacion-diplomado img {
    border-radius: 5px;
  }
  .informacion-diplomado {
    grid-area: informacion-diplomado;
    padding: 10px 0;
  }
  .informacion-diplomado h1 {
    color: #320946;
    font-size: 1.5rem;
  }
  .informacion-diplomado h1.dark {
    color: #BB86FC;
  }
  .informacion-diplomado p {
    margin-bottom: 20px;
  }
  .elements-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .elements-container .left-button {
    display: none;
  }
  .elements-container .right-button {
    display: none;
  }
  .margin-elements {
    margin-top: 40px;
  }
  .margin-elements:first-child {
    margin-top: 0px !important;
  }
  .cards-elements-container {
    max-height: 80vh !important;
    max-width: 98%;
    width: 100%;
    display: flex;
    overflow-x: auto;
    margin-bottom: 20px;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .cards-elements-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-informacion-diplomado {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
    grid-auto-flow: row;
    grid-template-areas: "img-informacion-diplomado informacion-diplomado";
    padding: 20px 0;
  }
  .img-informacion-diplomado {
    grid-area: img-informacion-diplomado;
  }
  .img-informacion-diplomado img {
    border-radius: 5px;
  }
  .informacion-diplomado {
    grid-area: informacion-diplomado;
    padding: 10px 0;
  }
  .informacion-diplomado h1 {
    color: #320946;
    font-size: 1.5rem;
  }
  .informacion-diplomado h1.dark {
    color: #BB86FC;
  }
  .informacion-diplomado p {
    margin-bottom: 20px;
  }
  .elements-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .elements-container .left-button {
    display: none;
  }
  .elements-container .right-button {
    display: none;
  }
  .margin-elements {
    margin-top: 40px;
  }
  .margin-elements:first-child {
    margin-top: 0px !important;
  }
  .cards-elements-container {
    max-height: 80vh !important;
    max-width: 70%;
    width: 100%;
    display: flex;
    overflow-x: auto;
    margin-bottom: 20px;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .cards-elements-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-informacion-diplomado {
    display: grid;
    grid-template-columns: 0.65fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
    grid-auto-flow: row;
    grid-template-areas: "img-informacion-diplomado informacion-diplomado";
    padding: 40px 0;
  }
  .img-informacion-diplomado {
    grid-area: img-informacion-diplomado;
  }
  .img-informacion-diplomado img {
    border-radius: 5px;
  }
  .informacion-diplomado {
    grid-area: informacion-diplomado;
    padding: 20px 0;
  }
  .informacion-diplomado h1 {
    color: #320946;
    font-size: 1.5rem;
  }
  .informacion-diplomado h1.dark {
    color: #BB86FC;
  }
  .informacion-diplomado p {
    margin-bottom: 20px;
  }
  .elements-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .margin-elements {
    margin-top: 40px;
  }
  .margin-elements:first-child {
    margin-top: 0px !important;
  }
  .cards-elements-container {
    max-height: 80vh !important;
    max-width: 50vw;
    width: 100%;
    display: flex;
    overflow-x: auto;
    margin: 0 15px;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .cards-elements-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1200px) {
  .grid-informacion-diplomado {
    display: grid;
    grid-template-columns: 0.65fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
    grid-auto-flow: row;
    grid-template-areas: "img-informacion-diplomado informacion-diplomado";
    padding: 40px 0;
  }
  .img-informacion-diplomado {
    grid-area: img-informacion-diplomado;
  }
  .img-informacion-diplomado img {
    border-radius: 5px;
  }
  .informacion-diplomado {
    grid-area: informacion-diplomado;
    padding: 20px 0;
  }
  .informacion-diplomado h1 {
    color: #320946;
    font-size: 1.5rem;
  }
  .informacion-diplomado h1.dark {
    color: #BB86FC;
  }
  .informacion-diplomado p {
    margin-bottom: 20px;
  }
  .elements-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .margin-elements {
    margin-top: 40px;
  }
  .margin-elements:first-child {
    margin-top: 0px !important;
  }
  .cards-elements-container {
    max-height: 80vh !important;
    max-width: 50vw;
    width: 100%;
    display: flex;
    overflow-x: auto;
    margin: 0 15px;
    background-color: #e2e2e2;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding: 15px;
  }
  .cards-elements-container.dark {
    background-color: #1c182d;
    border: 2px solid #100e1c;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575.98px){
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1200px){
  .img-informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .informacion-diplomado {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (max-width: 575.98px) {
  .card-historial-diplomado {
    padding: 10px;
    border-radius: 5px;
    background: #A69EB2;
  }
  .card-historial-diplomado.dark {
    background: #392E48;
  }
  .card-historial-diplomado .img-historial-diplomado {
    height: 150px;
    border-radius: 5px;
  }
  .card-historial-diplomado h1 {
    font-size: 1.2rem;
    margin: 10px 0;
    color: #320946;
  }
  .card-historial-diplomado h1.dark {
    color: #BB86FC;
  }
  .card-historial-diplomado hr {
    border: 1px solid #9280a8;
  }
  .card-historial-diplomado hr.dark {
    border: 1px solid #2d2438;
  }
  .card-historial-diplomado p {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-historial-diplomado {
    padding: 10px;
    border-radius: 5px;
    background: #A69EB2;
  }
  .card-historial-diplomado.dark {
    background: #392E48;
  }
  .card-historial-diplomado .img-historial-diplomado {
    height: 150px;
    border-radius: 5px;
  }
  .card-historial-diplomado h1 {
    font-size: 1.2rem;
    margin: 10px 0;
    color: #320946;
  }
  .card-historial-diplomado h1.dark {
    color: #BB86FC;
  }
  .card-historial-diplomado hr {
    border: 1px solid #9280a8;
  }
  .card-historial-diplomado hr.dark {
    border: 1px solid #2d2438;
  }
  .card-historial-diplomado p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-historial-diplomado {
    padding: 10px;
    border-radius: 5px;
    background: #A69EB2;
  }
  .card-historial-diplomado.dark {
    background: #392E48;
  }
  .card-historial-diplomado .img-historial-diplomado {
    height: 150px;
    border-radius: 5px;
  }
  .card-historial-diplomado h1 {
    font-size: 1.2rem;
    margin: 10px 0;
    color: #320946;
  }
  .card-historial-diplomado h1.dark {
    color: #BB86FC;
  }
  .card-historial-diplomado hr {
    border: 1px solid #9280a8;
  }
  .card-historial-diplomado hr.dark {
    border: 1px solid #2d2438;
  }
  .card-historial-diplomado p {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-historial-diplomado {
    padding: 10px;
    border-radius: 5px;
    background: #A69EB2;
  }
  .card-historial-diplomado.dark {
    background: #392E48;
  }
  .card-historial-diplomado .img-historial-diplomado {
    height: 150px;
    border-radius: 5px;
  }
  .card-historial-diplomado h1 {
    font-size: 1.2rem;
    margin: 10px 0;
    color: #320946;
  }
  .card-historial-diplomado h1.dark {
    color: #BB86FC;
  }
  .card-historial-diplomado hr {
    border: 1px solid #2d2438;
  }
  .card-historial-diplomado p {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .card-historial-diplomado {
    padding: 10px;
    border-radius: 5px;
    background: #A69EB2;
  }
  .card-historial-diplomado.dark {
    background: #392E48;
  }
  .card-historial-diplomado .img-historial-diplomado {
    height: 150px;
    border-radius: 5px;
  }
  .card-historial-diplomado h1 {
    font-size: 1.2rem;
    margin: 10px 0;
    color: #320946;
  }
  .card-historial-diplomado h1.dark {
    color: #BB86FC;
  }
  .card-historial-diplomado hr {
    border: 1px solid #9280a8;
  }
  .card-historial-diplomado hr.dark {
    border: 1px solid #2d2438;
  }
  .card-historial-diplomado p {
    text-align: center;
  }
}