:root {
  --colorBack: #FFF;
  --colorHeader: #FFF;
  --colorText: #000;
  --colorTextInvers: #FFF;
  --color1: #DDFEFF;
  --color2: #000;
  --color3: #FFFAE3;
  --color4: #EEFFF0;
  --color5: #FFF2E3;
  --color6: #FFEDF0;
  --colorMedium: #666;
  --colorBackHeader: linear-gradient(rgba(255,255,255,0.8) 100%, rgba(255,255,255,0));
  --colorBackFooter: #F3F3F3;
  --ButtonAsideWidth: 6.6em;
  --heightHeader: 7.5em;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
img,
a,
blockquote,
button {
  margin: 0;
  padding: 0;
}

img,
a {
  outline: none;
  border: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  border: none;
}

*:focus-visible {
  outline: 3px solid #2600ff;
  font-weight: 700;
  color: #2600ff;
  text-decoration: none !important;
  background: rgba(251, 255, 0, 0.5);
}

.sr-only {
  opacity: 0;
  position: absolute;
  height: 0;
  width: 0;
}

ul,
li {
  list-style: none;
}

html,
body {
  min-height: 100%;
}

html {
  font-size: inherit;
}

body {
  font-size: 0.63em;
  font-size: clamp(8.5px, 0.38em + 0.5vmin, 10px);
  font-family: "Figtree", sans-serif;
  color: var(--colorText);
  padding-top: var(--heightHeader);
  background: var(--colorBack);
}

a {
  color: var(--colorText);
}

h2 {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
}

p {
  font-size: 1.6em;
  line-height: 1.4;
  margin-bottom: 1em;
}

main {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.loaded main {
  opacity: 1;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.button,
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
.button a,
.button span,
.buttons a,
.buttons span {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--colorTextInvers);
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 0.8em 1.4em;
  margin: 0 0 1em;
  border-radius: 2em;
  border: 1px solid var(--colorText);
  background-color: var(--colorText);
}
.no-touch .button a:hover,
.no-touch .button span:hover,
.no-touch .buttons a:hover,
.no-touch .buttons span:hover {
  color: var(--colorText);
  background-color: var(--colorTextInvers);
}
.button a.inverse,
.button span.inverse,
.buttons a.inverse,
.buttons span.inverse {
  color: var(--colorText);
  background-color: transparent;
}
.no-touch .button a.inverse:hover,
.no-touch .button span.inverse:hover,
.no-touch .buttons a.inverse:hover,
.no-touch .buttons span.inverse:hover {
  color: var(--colorTextInvers);
  background-color: var(--colorText);
}

.center {
  max-width: 192em;
  padding: 0 3em;
  margin: 0 auto;
}
.center.short {
  max-width: 110em;
}

h1 {
  font-size: 4em;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
#header .center {
  padding-top: 2em;
  padding-bottom: 1.5em;
  max-width: none;
}
#header .header-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0));
  background: var(--colorBackHeader);
}
#header .button.contact {
  text-transform: uppercase;
  white-space: nowrap;
}
#header .button.contact a {
  color: var(--colorText);
  border: none;
  margin: 0;
  background: var(--color1);
}
.no-touch #header .button.contact a:hover {
  color: var(--color1);
  background: var(--color2);
}
#header .button.contact.fixed {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#header .col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
}
#header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1em;
}
#header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header nav li {
  position: relative;
  font-size: 1.4em;
  letter-spacing: 0.7px;
  padding: 0.2em 1.5em 0 0em;
}
#header nav li:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2em 0.6em;
}
#header nav li:last-child::after {
  display: none;
}
#header nav li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
.no-touch #header nav li a:hover, #header nav li a:focus {
  text-decoration: underline;
}
#header .mode-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  width: 3em;
  min-width: 3em;
  height: 3em;
  cursor: pointer;
  border: none;
  background: var(--color1);
}
#header .mode-switch img {
  width: 2em;
}
#header .mode-switch .light {
  display: none;
}
#header .mode-switch .dark {
  display: block;
}
.no-touch #header .mode-switch:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.dark-mode #header .mode-switch .light {
  display: block;
}
.dark-mode #header .mode-switch .dark {
  display: none;
}
#header .redes {
  display: none;
}
#header h1 {
  font-size: 2em;
}

.boton_menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
.boton_menu a {
  display: block;
  padding: 2em 2em 1em;
}
.boton_menu .icon {
  position: relative;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
}
.boton_menu .icon span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color2);
  opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.boton_menu .icon span:nth-of-type(2),
.boton_menu .icon span:nth-of-type(3) {
  top: 8px;
  -webkit-transition: background 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: background 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, background 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, background 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.boton_menu .icon span:nth-of-type(4) {
  top: auto;
  bottom: 0;
}
.menu-activo .boton_menu .icon span:nth-of-type(1) {
  top: 50%;
  margin: -2px 0 0;
  opacity: 0;
  -webkit-opacity: 0;
  -ms-opacity: 0;
}
.menu-activo .boton_menu .icon span:nth-of-type(4) {
  bottom: 50%;
  margin: -2px 0 0;
  opacity: 0;
  -webkit-opacity: 0;
  -ms-opacity: 0;
}
.menu-activo .boton_menu .icon span:nth-of-type(2) {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.menu-activo .boton_menu .icon span:nth-of-type(3) {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.boton_menu.cerrar_menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  text-align: left;
  text-indent: -9999px;
  z-index: -2;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0.3s, width 0s linear 0.5s, height 0s linear 0.5s;
  transition: opacity 0.3s linear 0.3s, width 0s linear 0.5s, height 0s linear 0.5s;
}

.language-selector {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  cursor: pointer;
  min-width: 5em;
}
.language-selector ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  font-size: 1.5em;
  line-height: 1;
  padding: 0.1em 0.3em 0.1em 0;
  border: 1px solid transparent;
  background: var(--colorBack);
}
.language-selector ul a {
  display: block;
  text-decoration: none;
  padding: 0.3em 1em 0.3em 0.7em;
}
.no-touch .language-selector ul a:hover {
  text-decoration: underline;
}
.language-selector ul li {
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  overflow: hidden;
  height: 0;
}
.language-selector ul .selected {
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.language-selector ul .selected a {
  display: block;
  pointer-events: none;
}
.language-selector .arrow {
  position: absolute;
  top: 1.1em;
  right: 0.9em;
  width: 0.7em;
  height: 0.5em;
  background: url(../img/interface/arrow-menu.svg) no-repeat center center;
  background-size: contain;
}
.language-selector .arrow path {
  fill: var(--color2);
}
.language-selector.active {
  cursor: default;
}
.language-selector.active ul {
  border-color: #CCC;
}
.language-selector.active .selected a {
  color: var(--colorMedium);
}
.language-selector.active li {
  height: auto;
}
.language-selector.active .arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.boton-menu {
  display: none;
}

#footer {
  position: relative;
  z-index: 3;
}
#footer .center {
  padding-left: 3em;
  padding-right: 3em;
}
#footer .background {
  padding: 5em 0;
  background-color: var(--colorBackFooter);
}
#footer .logo {
  margin-bottom: 4em;
}
#footer .logo a {
  display: block;
  width: 22.9em;
}
#footer .logo svg {
  display: block;
  width: 100%;
}
#footer .logo svg path {
  fill: var(--color2);
}
#footer .columns .col {
  max-width: 28em;
}
#footer .columns .col-2 li {
  font-weight: 700;
}
#footer .columns .col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2em;
}
#footer .text-block .text {
  font-size: 1.6em;
  line-height: 1.4;
}
#footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2em;
}
#footer .menu li {
  font-size: 1.6em;
}
#footer .f-3 {
  text-align: center;
  padding: 4em 0 3em;
}
#footer .legales ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0.9em;
}
#footer .legales li {
  margin: 0 0.7em 0.1em 0;
}
#footer .legales li:after {
  content: ".";
  display: inline-block;
  margin-left: 0.8em;
}
#footer .legales li:last-child {
  margin-right: 0;
}
#footer .legales li:last-child:after {
  display: none;
}
#footer .legales a {
  text-decoration: none;
}
.no-touch #footer .legales a:hover {
  text-decoration: underline;
}
#footer .copy {
  font-size: max(1.2em, 10px);
}

.redes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3em;
}
.redes li {
  font-size: 1em !important;
}
.redes li a {
  display: block;
  text-align: left;
  text-indent: -9999px;
  width: 3.2em;
}
.no-touch .redes li a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.redes li svg {
  display: block;
  width: 100%;
}
.redes li svg path {
  fill: var(--color2);
}
.redes .instagram a {
  width: 3.7em;
}
.redes .linkedin a {
  width: 3.7em;
}
.redes em {
  display: block;
  font-size: max(1.6em, 12px);
  padding: 0.5em 0 0;
}

#aviso-cookies {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 1.5em;
  line-height: 1.4;
  text-align: center;
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  z-index: 200;
  overflow: hidden;
  -webkit-box-shadow: 0 -0.3em 0.5em 0em rgba(0, 0, 0, 0.3);
          box-shadow: 0 -0.3em 0.5em 0em rgba(0, 0, 0, 0.3);
}
#aviso-cookies .center {
  max-width: 48em;
  padding: 2.5em 1.5em 2.2em;
  margin: 0 auto;
}
#aviso-cookies .titular {
  font-family: "Figtree", sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 0 0.6em;
  border-bottom: 1px solid #000;
  margin-bottom: 0.8em;
}
#aviso-cookies a {
  text-decoration: underline;
  color: #000;
}
#aviso-cookies p {
  font-size: 1em;
  margin-bottom: 1em;
}
#aviso-cookies .botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
  padding-top: 0.5em;
  margin-bottom: 0;
}
#aviso-cookies .botones a {
  display: block;
  width: auto;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  text-decoration: none;
  padding: 0.6em 2em;
  border-radius: 0.4em;
  background: #666;
}
.no-touch #aviso-cookies .botones a:hover {
  color: #FFF;
  background: #222;
}
#aviso-cookies .botones .aceptar {
  background: #000;
}
.cookies-policy #aviso-cookies, .politica-de-cookies #aviso-cookies {
  max-height: 0;
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}

#webchat-root {
  position: fixed;
  bottom: 2dvh;
  right: calc(3dvh + var(--ButtonAsideWidth));
  width: 90%;
  max-width: 36em;
  max-height: 0;
  overflow: hidden;
  z-index: 100;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.show-chat #webchat-root {
  max-height: min(80em, 100vh - 3em - var(--heightHeader));
}

.close {
  position: absolute;
  top: 10em;
  right: 10em;
  width: 2em;
  height: 2em;
  text-align: left;
  text-indent: -9999px;
  border-radius: 100%;
  background: #FFF;
  border: 2px solid #333;
  overflow: hidden;
  z-index: 1000;
}

.fixed-side {
  position: fixed;
  bottom: 2dvh;
  right: 2dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  z-index: 100;
}
.fixed-side > * {
  position: relative;
  right: -3em;
  opacity: 0;
  -webkit-transition: all 0.5s 0.3s ease-out;
  transition: all 0.5s 0.3s ease-out;
}
.fixed-side > *:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.fixed-side > *:nth-child(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.loaded .fixed-side > * {
  opacity: 1;
  right: 0;
}
.footer-in .fixed-side > *:last-child {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 10dvh;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
.fixed-side .chat-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--ButtonAsideWidth);
  height: var(--ButtonAsideWidth);
  background: var(--color2);
  border-radius: 100%;
  cursor: pointer;
}
.fixed-side .chat-button svg {
  display: block;
  width: 3.3em;
  margin-bottom: -0.5em;
}
.fixed-side .chat-button svg #chat_1 {
  stroke: var(--colorBack);
  fill: transparent;
}
.fixed-side .chat-button:hover {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.fixed-side .chat-button:focus-visible {
  outline: 3px solid #2600ff !important;
  font-weight: 700 !important;
  color: #2600ff !important;
  text-decoration: none !important;
  background: #2600ff !important;
}
.fixed-side .asw-menu {
  left: auto !important;
  right: 0 !important;
}
.fixed-side .asw-menu .asw-menu-header {
  background-color: #000 !important;
}
.fixed-side .asw-menu .asw-menu-header button svg {
  display: block;
}
.fixed-side .asw-menu .asw-menu-header button svg path {
  fill: var(--colorText);
  fill: #000;
}
.fixed-side .asw-menu-btn {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: var(--ButtonAsideWidth) !important;
  height: var(--ButtonAsideWidth) !important;
  border: none !important;
  background: var(--color2) !important;
}
.fixed-side .asw-menu-btn:focus-visible {
  outline: 3px solid #2600ff !important;
  font-weight: 700 !important;
  color: #2600ff !important;
  text-decoration: none !important;
  background: #2600ff !important;
}
.fixed-side .asw-menu-btn svg {
  display: block;
  width: 3.5em !important;
  height: 3.5em !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin-bottom: -0.2em;
  -webkit-transition: all 0.3s 0.2s ease;
  transition: all 0.3s 0.2s ease;
}
.fixed-side .asw-menu-btn svg #man_1 {
  fill: var(--colorBack);
}
.fixed-side .asw-footer {
  display: none;
}
.fixed-side .asw-menu-reset-footer-btn {
  background-color: #000 !important;
}

.with-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.with-line:after {
  content: "";
  display: block;
  width: 3.12rem;
  height: 1px;
  background: #000;
  margin-bottom: 0.6em;
}

.with-line-v {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 6rem;
}
.with-line-v::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 3.12rem;
  background-color: var(--colorText);
}

.more,
.less {
  position: relative;
  padding-left: 2.2rem;
}
.more::before,
.less::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/interface/more.svg") no-repeat center;
  background-size: contain;
}

.less::before {
  background-image: url("../img/interface/less.svg");
}

.logo-minnim {
  width: 30em;
  font-size: 1.1325em;
  text-align: left;
  margin: 0;
  z-index: 20;
}
.logo-minnim > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.logo-minnim .minnim {
  display: block;
  width: 17.3em;
  height: auto;
  text-align: left;
}
.logo-minnim .minnim span {
  display: block;
  position: absolute;
  height: 0;
  text-indent: -9999px;
}
.logo-minnim .minnim::after {
  content: "";
  display: block;
  padding-bottom: 14.9%;
  background: url("../img/interface/minnim.svg") no-repeat center bottom;
  background-size: 100% auto;
}
.logo-minnim .ai {
  position: relative;
  width: 5.9em;
  height: auto;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
}
.logo-minnim .ai::after {
  content: "";
  display: block;
  padding-bottom: 43.8%;
}
.logo-minnim em {
  display: block;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background: url("../img/interface/minnim_ai-01.svg") no-repeat center 0, url("../img/interface/minnim_ai-02.svg") no-repeat center 100px, url("../img/interface/minnim_ai-03.svg") no-repeat center 200px, url("../img/interface/minnim_ai-04.svg") no-repeat center 300px;
  background-size: 100% auto;
}
body[data-time="0"] .logo-minnim.animation em {
  top: 0px;
}
body[data-time="1"] .logo-minnim.animation em {
  top: -100px;
}
body[data-time="2"] .logo-minnim.animation em {
  top: -200px;
}
body[data-time="3"] .logo-minnim.animation em {
  top: -100px;
}
body[data-time="4"] .logo-minnim.animation em {
  top: -200px;
}
body[data-time="5"] .logo-minnim.animation em {
  top: -300px;
}
body[data-time="6"] .logo-minnim.animation em {
  top: -100px;
}
.asw-stop-animations .logo-minnim.animation em {
  top: 0 !important;
}
@-webkit-keyframes logoAnim {
  0% {
    top: 0px;
  }
  54% {
    top: -100px;
  }
  57% {
    top: -200px;
  }
  58% {
    top: -100px;
  }
  61% {
    top: -200px;
  }
  64% {
    top: -300px;
  }
  98% {
    top: -100px;
  }
}
@keyframes logoAnim {
  0% {
    top: 0px;
  }
  54% {
    top: -100px;
  }
  57% {
    top: -200px;
  }
  58% {
    top: -100px;
  }
  61% {
    top: -200px;
  }
  64% {
    top: -300px;
  }
  98% {
    top: -100px;
  }
}
.logo-minnim.with-line {
  gap: 0.8rem;
}

.error_404 .contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 5em;
  min-height: 50vh;
}
.error_404 .contenido h1 {
  font-size: 12em;
}
.error_404 .contenido p {
  font-size: 2.6em;
}

.scroll-anim {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.scroll-anim.aTop {
  opacity: 0;
  -webkit-transform: translateY(5vh);
      -ms-transform: translateY(5vh);
          transform: translateY(5vh);
}
.scroll-anim.aLeft {
  opacity: 0;
  -webkit-transform: translateX(5vw);
      -ms-transform: translateX(5vw);
          transform: translateX(5vw);
}
.scroll-anim.show {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.text-anim {
  font-style: italic;
  font-family: "Redaction";
  font-weight: 1;
}
.asw-stop-animations .text-anim {
  font-style: italic !important;
  font-family: "Redaction" !important;
  font-weight: 1 !important;
}

body[data-time2="0"] .text-anim {
  font-style: italic;
  font-family: "Redaction";
  font-weight: 1;
}

body[data-time2="1"] .text-anim {
  font-style: italic;
  font-family: "Redaction";
  font-weight: 35;
}

body[data-time2="2"] .text-anim {
  font-style: italic;
  font-family: "Redaction";
  font-weight: 1;
}

body[data-time2="3"] .text-anim {
  font-style: italic;
  font-family: "Redaction";
  font-weight: 35;
}

body[data-time2="4"] .text-anim {
  font-style: italic;
  font-family: "Redaction";
  font-weight: 70;
}

body[data-time2="5"] .text-anim {
  font-style: italic;
  font-family: "Redaction";
  font-weight: 1;
}

@media only screen and (max-height: 400px) {
  body {
    font-size: 0.5em;
  }
}
@media only screen and (max-width: 1480px) {
  #header nav ul {
    max-width: 86ch;
  }
}
@media only screen and (max-width: 1280px) {
  #header .header-content.center {
    padding-top: 0.6em;
    padding-bottom: 1em;
  }
  #header .header-content .col-1 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .header-content .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 2em 0 5em 10%;
  }
  #header nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header nav ul {
    max-width: 60em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 1em;
  }
}
@media only screen and (max-width: 1024px) {
  .boton_menu a {
    padding: 1.7em 1.2em;
    background-color: var(--colorBack);
  }
  #header {
    font-size: 8.8px;
    z-index: 100;
    background: #FFF;
  }
  #header .header-content.center {
    padding: 0 2.5em;
  }
  #header .button.contact {
    display: block;
    padding: 1.33em 1.2em;
    opacity: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0s 0.5s ease-in-out;
    transition: all 0s 0.5s ease-in-out;
  }
  .menu-activo #header .button.contact {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  #header .button.contact.fixed {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    z-index: 2000;
  }
  .menu-activo #header .button.contact.fixed {
    opacity: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #header nav,
  #header .col-2 {
    opacity: 0;
    -webkit-transition: all 0s 0.4s ease-out;
    transition: all 0s 0.4s ease-out;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .menu-activo #header nav,
  .menu-activo #header .col-2 {
    -webkit-transition: all 0.4s 0.1s ease-out;
    transition: all 0.4s 0.1s ease-out;
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  #header .col-2 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #header .button.contact {
    display: none;
  }
  #header .button.contact.fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .header-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #header .header-content.center {
    padding: 0 1em 0;
  }
  #header .header-content .col {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 25em;
  }
  #header .header-content .col-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2.5em;
  }
  #header .header-content .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  #header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 3em 2em 2em 10%;
  }
  #header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #header nav li:after {
    display: none;
  }
  #header nav li a {
    padding: 0.5em 0;
  }
  #header .redes {
    display: block;
    padding-top: 3em;
  }
  #header .redes ul {
    font-size: 7.6px;
  }
  .header-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    min-height: 100%;
    -webkit-box-shadow: -0.8em 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: -0.8em 0 5px rgba(0, 0, 0, 0.2);
    -webkit-overflow-scrolling: touch;
    background: var(--colorHeader);
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
  }
  .menu-activo .header-container {
    max-width: 340px;
  }
  .language-selector ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    top: auto;
    right: auto;
    background-color: transparent;
  }
  .language-selector ul li {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    height: auto;
    padding: 0 0.7em 0 0;
  }
  .language-selector ul li::after {
    content: "/";
    position: absolute;
    top: 0.3em;
    right: 0.4em;
  }
  .language-selector ul li:last-child:after {
    display: none;
  }
  .language-selector ul li.selected {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .language-selector ul li.selected a {
    font-weight: 700;
  }
  .language-selector ul a {
    padding: 0.3em 0.5em 0.3em 0;
  }
  .language-selector .arrow {
    display: none;
  }
  .boton_menu {
    display: block;
  }
  .menu-activo .cerrar_menu {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .fixed-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu-activo .fixed-side > * {
    opacity: 0;
    right: -3em;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
  #footer .center.short {
    max-width: 60em;
  }
  #footer .columns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .columns .col {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: none;
    margin-bottom: 4em;
  }
  #footer .columns .col-1 {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
  #footer .columns .col-2 {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
  #footer .columns .col-3 {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
  #footer .columns .col-4 {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
  #footer .f-3 {
    padding-bottom: 9em;
  }
  #webchat-root {
    bottom: calc(3dvh + var(--ButtonAsideWidth));
    right: 2dvh;
    max-width: 40em;
  }
}
.bpHeaderContainer {
  background-color: #DDFEFF;
}

@media only screen and (max-width: 768px) {
  .center {
    padding: 0 2.4em;
  }
  .with-line-v {
    padding-top: 5rem;
  }
  .with-line-v::after {
    height: 3rem;
  }
  #footer .center {
    padding: 0 2.4em;
  }
  #footer .columns {
    gap: 0;
  }
  #footer .columns .col-1,
  #footer .columns .col-3 {
    -ms-flex-preferred-size: 56%;
        flex-basis: 56%;
  }
  #footer .columns .col-2,
  #footer .columns .col-4 {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
  }
}
@media only screen and (max-width: 400px) {
  .menu-activo #header .header-container {
    max-width: 400px;
  }
  #header .button.contact {
    display: none;
  }
  #header .button.contact.fixed {
    display: block;
  }
  .menu-activo #header .button.contact.fixed {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  #header nav {
    padding-top: 5em;
  }
  .fixed-side {
    font-size: 6.8px;
  }
}
.dark-mode {
  --colorBack: #000;
  --colorHeader: #333;
  --colorText: #fff;
  --colorTextInvers: #000;
  --color1: #587475;
  --color2: #FFF;
  --color3: #9A9478;
  --color4: #708372;
  --color5: #8B7C6B;
  --color6: #94787D;
  --colorMedium: #AAA;
  --colorBackFooter: #333333;
  --colorBackHeader: linear-gradient(rgba(0,0,0,0.8) 60%, rgba(0,0,0,0));
}
.dark-mode .with-line:after {
  background: #FFF;
}
.dark-mode .more::before {
  background-image: url("../img/interface/more-white.svg");
}
.dark-mode .less::before {
  background-image: url("../img/interface/less-white.svg");
}
.dark-mode .logo-minnim.animation .minnim::after {
  background-image: url("../img/interface/minnim_white.svg");
}
.dark-mode .logo-minnim.animation em {
  background: url("../img/interface/minnim_ai-01_white.svg") no-repeat center 0, url("../img/interface/minnim_ai-02_white.svg") no-repeat center 100px, url("../img/interface/minnim_ai-03_white.svg") no-repeat center 200px, url("../img/interface/minnim_ai-04_white.svg") no-repeat center 300px;
}/*# sourceMappingURL=styles.css.map */