@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);
.align-center {
  text-align: center; }

.full-width {
  width: 100%; }

.medium-width {
  width: 50%; }

.primary-color {
  color: #1a4b6c; }

html,
body {
  height: 100%;
  width: 100%; }

*,
*:after,
*:before {
  font-family: 'DM Sans', 'Helvetica', 'Arial', sans-serif;
  box-sizing: border-box; }

body {
  font-size: 16px;
  margin: 0; }

#__next {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

a {
  color: inherit; }

button {
  font-size: 16px; }

@font-face {
  font-family: 'SF Compact Display Bold';
  font-style: normal;
  font-weight: normal;
  src: url("/public/fonts/sf-compact-display-thin.otf") format("otf"); }

@font-face {
  font-family: 'SF Compact Display Light';
  font-style: normal;
  font-weight: normal;
  src: url("/public/fonts/sf-compact-display-light.otf") format("otf"); }

@font-face {
  font-family: 'SF Compact Rounded Bold';
  font-style: normal;
  font-weight: normal;
  src: url("/public/fonts/sf-compact-rounded-bold.otf") format("otf"); }

input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
select:focus,
textarea {
  font-size: 16px; }

.embed-container {
  --video--width: 1296;
  --video--height: 540;
  height: 50vh;
  max-height: 400px;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh; }

.arrow {
  width: 12px;
  transition: all 0.2s; }
  .arrow.-right {
    top: 3px; }
    .arrow.-right > .shaft {
      width: 12px;
      transition-delay: 0.2s; }
      .arrow.-right > .shaft:before, .arrow.-right > .shaft:after {
        width: 8px;
        transition-delay: 0.3s;
        transition: all 0.5s; }
      .arrow.-right > .shaft:before {
        transform: rotate(40deg); }
      .arrow.-right > .shaft:after {
        transform: rotate(-40deg); }
  .arrow > .shaft {
    background-color: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: all 0.2s;
    transition-delay: 0;
    will-change: transform; }
    .arrow > .shaft:before, .arrow > .shaft:after {
      background-color: #fff;
      content: '';
      display: block;
      height: 2px;
      position: absolute;
      top: 0;
      right: 0;
      transition: all 0.2s;
      transition-delay: 0; }
    .arrow > .shaft:before {
      transform-origin: top right; }
    .arrow > .shaft:after {
      transform-origin: bottom right; }

.animated-arrow {
  display: flex;
  color: #fff;
  position: relative;
  transition: all 0.2s; }
  .animated-arrow:hover {
    color: #fff; }
    .animated-arrow:hover > span > .arrow.-right > .shaft {
      width: 20px;
      transition-delay: 0.1s;
      background-color: #fff; }
      .animated-arrow:hover > span > .arrow.-right > .shaft:before, .animated-arrow:hover > span > .arrow.-right > .shaft:after {
        width: 8px;
        transition-delay: 0.1s;
        background-color: #fff; }

.landing {
  display: flex;
  margin-bottom: 10rem;
  flex-grow: 1; }
  @media only screen and (max-width: 30em) {
    .landing {
      flex-direction: column;
      margin-top: 5rem;
      margin-bottom: 0; } }
  .landing__description-container {
    flex: 1; }
  .landing__tabs-container {
    flex: 1.2;
    width: 100%; }
  .landing__title {
    font-weight: 600;
    font-size: 2.5rem; }
    @media only screen and (max-width: 72em) {
      .landing__title {
        font-size: 2rem; } }
    @media only screen and (max-width: 64em) {
      .landing__title {
        font-size: 1.7rem; } }
  .landing__text {
    margin-bottom: 5rem; }
  .landing__list {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem; }
    @media only screen and (max-width: 72em) {
      .landing__list {
        margin-bottom: 0.8rem;
        margin-top: 0.8rem; } }
    .landing__list__avatar {
      flex: 1;
      max-width: 96px;
      display: flex;
      margin-right: 5px;
      align-items: center; }
    .landing__list__list-item {
      flex: 3.5;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media only screen and (max-width: 72em) {
        .landing__list__list-item {
          flex: 2.5; } }
      @media only screen and (max-width: 56.25em) {
        .landing__list__list-item {
          flex: 2; } }
    .landing__list__item-title {
      font-weight: 600;
      margin: 0.2rem; }
      @media only screen and (max-width: 64em) {
        .landing__list__item-title {
          font-size: 1.3rem; } }
      @media only screen and (max-width: 56.25em) {
        .landing__list__item-title {
          font-size: 1rem; } }
    .landing__list__item-text {
      margin: 0; }
      @media only screen and (max-width: 64em) {
        .landing__list__item-text {
          font-size: 1rem; } }

.footer {
  background: #2782c5;
  display: block;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem; }
  .footer__logo-container {
    flex: 1; }
  .footer__logo {
    margin-top: 4%;
    height: 3.5rem; }
  .footer__nav-links-container {
    flex: 3; }
  .footer__nav-links {
    display: flex;
    list-style: none; }
    @media only screen and (max-width: 30em) {
      .footer__nav-links {
        flex-direction: column;
        padding: 0 2rem; } }
  .footer__link {
    flex: 1; }
    @media only screen and (max-width: 30em) {
      .footer__link {
        margin: 0.8rem 0; } }
  .footer a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 75%; }
    .footer a:hover {
      text-decoration: underline; }
  .footer__copyright {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.747);
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 1rem; }

/*
 * CKEditor 5 (v17.0.0) content styles.
 * Generated on Fri, 13 Mar 2020 13:27:10 GMT.
 * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/content-styles.html
 */
:root {
  --ck-highlight-marker-blue: #72cdfd;
  --ck-highlight-marker-green: #63f963;
  --ck-highlight-marker-pink: #fc7999;
  --ck-highlight-marker-yellow: #fdfd77;
  --ck-highlight-pen-green: #118800;
  --ck-highlight-pen-red: #e91313;
  --ck-image-style-spacing: 1.5em;
  --ck-todo-list-checkmark-size: 16px; }

/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized {
  max-width: 100%;
  display: block;
  box-sizing: border-box; }

/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized img {
  width: 100%; }

/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized > figcaption {
  display: block; }

/* ckeditor5-basic-styles/theme/code.css */
.ck-content code {
  background-color: rgba(199, 199, 199, 0.3);
  padding: 0.15em;
  border-radius: 2px; }

/* ckeditor5-image/theme/image.css */
.ck-content .image {
  display: table;
  clear: both;
  text-align: center;
  margin: 1em auto; }

/* ckeditor5-image/theme/image.css */
.ck-content .image > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 50px; }

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side,
.ck-content .image-style-align-left,
.ck-content .image-style-align-center,
.ck-content .image-style-align-right {
  max-width: 50%; }

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing); }

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing); }

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-center {
  margin-left: auto;
  margin-right: auto; }

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing); }

/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break {
  position: relative;
  clear: both;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center; }

/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break::after {
  content: '';
  position: absolute;
  border-bottom: 2px dashed #c4c4c4;
  width: 100%; }

/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break__label {
  position: relative;
  z-index: 1;
  padding: 0.3em 0.6em;
  display: block;
  text-transform: uppercase;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.75em;
  font-weight: bold;
  color: #333333;
  background: #fff;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: solid 5px #cccccc; }

/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content[dir='rtl'] blockquote {
  border-left: 0;
  border-right: solid 5px #cccccc; }

/* ckeditor5-media-embed/theme/mediaembed.css */
.ck-content .media {
  clear: both;
  margin: 1em 0;
  display: block;
  min-width: 15em; }

.docred-content-table::-webkit-scrollbar {
  height: 11px; }

.docred-content-table::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
  border-radius: 10px; }

/* ckeditor5-table/theme/table.css */
.ck-content .table {
  margin: 1em auto;
  display: table; }
  @media (max-width: 37.5em) {
    .ck-content .table {
      width: unset !important; } }

/* ckeditor5-table/theme/table.css */
.ck-content .table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  border: 1px double #b3b3b3; }

/* ckeditor5-table/theme/table.css */
.ck-content .table table td,
.ck-content .table table th {
  min-width: 2em;
  padding: 0.4em;
  border-color: #bfbfbf; }

/* ckeditor5-table/theme/table.css */
.ck-content .table table th {
  font-weight: bold;
  background: black; }

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list {
  list-style: none; }

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li {
  margin-bottom: 5px; }

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li .todo-list {
  margin-top: 5px; }

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: var(--ck-todo-list-checkmark-size);
  height: var(--ck-todo-list-checkmark-size);
  vertical-align: middle;
  border: 0;
  left: -25px;
  margin-right: -15px;
  right: 0;
  margin-left: 0; }

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::before {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #333333;
  border-radius: 2px;
  transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border; }

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::after {
  display: block;
  position: absolute;
  box-sizing: content-box;
  pointer-events: none;
  content: '';
  left: calc(var(--ck-todo-list-checkmark-size) / 3);
  top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
  border-style: solid;
  border-color: transparent;
  border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;
  transform: rotate(45deg); }

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::before {
  background: #26ab33;
  border-color: #26ab33; }

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::after {
  border-color: white; }

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label .todo-list__label__description {
  vertical-align: middle; }

/* ckeditor5-image/theme/imagecaption.css */
.ck-content .image > figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: #333333;
  background-color: #f7f7f7;
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px; }

/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-yellow {
  background-color: var(--ck-highlight-marker-yellow); }

/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-green {
  background-color: var(--ck-highlight-marker-green); }

/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-pink {
  background-color: var(--ck-highlight-marker-pink); }

/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-blue {
  background-color: var(--ck-highlight-marker-blue); }

/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-red {
  color: var(--ck-highlight-pen-red);
  background-color: transparent; }

/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-green {
  color: var(--ck-highlight-pen-green);
  background-color: transparent; }

/* ckeditor5-horizontal-line/theme/horizontalline.css */
.ck-content hr {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #5e5e5e;
  margin: 0; }

/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre {
  padding: 1em;
  color: #353535;
  background: rgba(199, 199, 199, 0.3);
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  text-align: left;
  direction: ltr;
  tab-size: 4;
  white-space: pre-wrap;
  font-style: normal;
  min-width: 200px; }

/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre code {
  background: unset;
  padding: 0;
  border-radius: 0; }

.ck-content .text-tiny {
  font-size: 0.7em; }

.ck-content .text-small {
  font-size: 0.85em; }

.ck-content .text-big {
  font-size: 1.4em; }

.ck-content .text-huge {
  font-size: 1.8em; }

.ck-content p,
.ck-content span {
  overflow-wrap: break-word; }

.ck-content .embedly-card {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  border: none;
  margin-bottom: 5px; }
  @media (max-width: 960px) {
    .ck-content .embedly-card {
      min-height: 50vw; } }

@media (max-width: 800px) {
  .ck-content ul {
    padding-inline-start: 15px; } }

.ck-content figure.poll {
  margin: 0; }

@media print {
  /* ckeditor5-page-break/theme/pagebreak.css */
  .ck-content .page-break {
    padding: 0; }
  /* ckeditor5-page-break/theme/pagebreak.css */
  .ck-content .page-break::after {
    display: none; } }

.react-pdf__Document {
  display: flex;
  flex-direction: column;
  align-items: center; }

.react-pdf__Page {
  max-width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  margin: 0.2rem; }
  .react-pdf__Page canvas {
    height: auto !important;
    width: 100vw; }

.react-pdf__message {
  padding: 20px;
  color: white; }

.activacion {
  padding: 100px;
  background-color: white; }
  @media (max-width: 800px) {
    .activacion {
      padding: 0 10px 50px; } }
  @media (max-width: 600px) {
    .activacion {
      padding: 0 10px 50px; } }
  .activacion .container {
    max-width: 500px; }
    .activacion .container .activate__title {
      text-align: center; }
    .activacion .container .activate__description {
      text-align: center; }
  .activacion .error-wrapper {
    margin: 10px auto; }

