html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

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

a {
  background-color: transparent; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

pre,
code,
kbd,
samp {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  height: 100%;
  min-height: 100%; }
  @media only screen and (max-width: 600px) {
    html {
      font-size: 100%; } }
body {
  background: #fff;
  color: #2f3845;
  line-height: 1.66667;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

.font-fraunces {
  font-family: "Fraunces", serif; }

.font-geist {
  font-family: "Geist", sans-serif; }

.font-font-family {
  font-family: "Geist Mono", monospace; }

.font-system-sans {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #18202a;
  font-weight: bold;
  line-height: 1.1;
  margin: 1.5em 0 0.5em;
  text-rendering: optimizeLegibility; }
  .font-fraunces h1, .font-fraunces h2, .font-fraunces h3, .font-fraunces h4, .font-fraunces h5, .font-fraunces h6 {
    font-weight: 500; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 2.44444em; }
  @media only screen and (max-width: 600px) {
    h1 {
      font-size: 2.22222em; } }
h2 {
  font-size: 2em; }
  @media only screen and (max-width: 600px) {
    h2 {
      font-size: 1.88889em; } }
h3 {
  font-size: 1.66667em; }

h4 {
  font-size: 1.33333em; }

h5 {
  font-size: 1.11111em; }

h6 {
  font-size: 1em; }

.font-fraunces b, .font-fraunces strong, .font-fraunces dt {
  font-weight: 500; }

dl {
  margin: 0; }

p,
dd,
ul,
ol {
  margin: 0 0 1em; }

ul,
ol {
  padding: 0 0 0 1.33333em; }

li > ul,
li > ol {
  margin-bottom: 0; }

mark,
ins {
  background: #fff493;
  color: #18202a;
  padding: 0 3px;
  text-decoration: none; }

pre {
  margin: 1em 0;
  overflow: auto;
  white-space: pre; }
  pre:first-child {
    margin-top: 0; }

blockquote {
  margin: 1em 0;
  padding-left: 2em;
  position: relative; }
  blockquote:first-child {
    margin-top: 0; }
  blockquote:before {
    color: #d8195e;
    content: "\201C";
    font-size: 3em;
    left: 0;
    line-height: 1;
    position: absolute;
    top: -0.125em; }
  .font-fraunces blockquote:before {
    top: 0; }
  blockquote p {
    margin-bottom: 0.5em; }
  blockquote small,
  blockquote cite {
    display: block;
    font-size: 0.75em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 1em; }
    blockquote small:last-child,
    blockquote cite:last-child {
      margin-bottom: 0; }

hr {
  border: 0;
  border-bottom: 1px solid #e5e7eb;
  margin: 1em 0; }
  hr:first-child {
    margin-top: 0; }

embed,
iframe,
object,
video {
  max-width: 100%; }

.js-reframe {
  margin: 1em 0; }
  .js-reframe:first-child {
    margin-top: 0; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }
  figure:first-child {
    margin-top: 0; }

figcaption {
  color: #868f9d;
  font-size: 0.88889em;
  line-height: 1.5;
  margin: 0.5em 0 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.clear:after {
  clear: both; }

.clear:before, .clear:after {
  content: "";
  display: table; }

.line-top {
  position: relative; }
  .line-top:after {
    content: "";
    border-left: 0px solid;
    display: inline-flex;
    height: 0.75em;
    margin-left: 0.2em;
    animation: blink 0.333s ease-in-out infinite; }

@keyframes blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.833335rem;
  margin-right: -0.833335rem; }

.cell {
  box-sizing: border-box;
  padding-left: 0.833335rem;
  padding-right: 0.833335rem;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 601px) {
    .grid--col-two .cell {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media only screen and (min-width: 768px) {
    .grid--col-three .cell {
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
      max-width: 33.333%; } }
@media only screen and (max-width: 500px) {
  .grid {
    margin-left: -3vw;
    margin-right: -3vw; }
  .cell {
    padding-left: 3vw;
    padding-right: 3vw; } }

.text-block a:not(.button) {
  border-bottom: 1px solid rgba(216, 25, 94, 0.4);
  color: #d8195e; }
  .text-block a:not(.button):hover, .text-block a:not(.button):focus {
    opacity: .6; }

.text-block blockquote {
  font-size: 1.33333em;
  line-height: 1.3;
  padding: 0.75em 0 0 2.5em; }
  .text-block blockquote:not(:first-child) {
    margin-top: 1.5em; }
  .text-block blockquote:not(:last-child) {
    margin-bottom: 1.5em; }
  .text-block blockquote:before {
    font-size: 5em; }
  @media only screen and (min-width: 601px) {
    .text-block blockquote {
      font-size: 1.66667em; } }
.text-block pre {
  background: #f6f7f9;
  font-size: 0.88889em;
  line-height: 1.5;
  padding: 1.5em; }
  .text-block pre:not(:first-child) {
    margin-top: 2.5em; }
  .text-block pre:not(:last-child) {
    margin-bottom: 2.5em; }

.text-block hr:not(:first-child),
.text-block .js-reframe:not(:first-child),
.text-block :not(.responsive-table) > table:not(:first-child),
.text-block .responsive-table:not(:first-child) {
  margin-top: 2.5em; }

.text-block hr:not(:last-child),
.text-block .js-reframe:not(:last-child),
.text-block :not(.responsive-table) > table:not(:last-child),
.text-block .responsive-table:not(:last-child) {
  margin-bottom: 2.5em; }

.image-block {
  margin-bottom: 2.5em;
  margin-top: 2.5em; }
  .image-block:first-child {
    margin-top: 0; }
  .image-block__caption {
    margin-left: auto;
    margin-right: auto;
    max-width: 780px; }

.button {
  -ms-flex-align: center;
  align-items: center;
  background: 0;
  border: 0px solid #d8195e;
  border-radius: 0;
  box-sizing: border-box;
  color: #d8195e;
  display: inline-flex;
  font-size: 16px;
  font-weight: bold;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  padding: 0.7125em 1.875em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  white-space: nowrap; }
  .font-fraunces .button {
    font-weight: 500; }
  .button:hover, .button:focus, .button:active {
    opacity: .6;
    outline: 0; }
  .button--primary {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #d8195e 50%);
    background-color: transparent;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 204% 100%;
    border: 0px solid #d8195e;
    color: #fff;
    -webkit-transition: background-position .3s, color .3s;
    transition: background-position .3s, color .3s; }
    .button--primary:hover, .button--primary:focus, .button--primary:active {
      color: #d8195e;
      background-position: left bottom;
      opacity: 1; }
  .button--icon {
    border: 0;
    color: inherit;
    font-size: 1em;
    padding: 0.25em 0.25em; }

.button-form {
  font-weight: 500;
  background: #e5e7eb;
  color: #000000;
  border-radius: 12px; }
  .button-form:focus, .button-form:active {
    opacity: 1; }

.button-group {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .button-group a {
    margin: 0 1em 1em 0; }
    .button-group a:not(.button) {
      border-bottom: 1px solid rgba(216, 25, 94, 0.3);
      color: #d8195e;
      line-height: 1.4;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      .button-group a:not(.button):hover, .button-group a:not(.button):focus {
        opacity: .6; }

button#palette-dark, button#palette-light {
  background: #212121;
  color: #000000;
  border-radius: 1em;
  font-weight: 500;
  padding: 0.5em 1em;
  border: none;
  color: #ffffff; }
  button#palette-dark:focus, button#palette-dark:active, button#palette-light:focus, button#palette-light:active {
    background: #121212; }

.icon {
  color: #ffffff;
  fill: currentColor;
  flex-shrink: 0;
  height: 1em;
  line-height: 1;
  width: 1em; }

.icon-menu-two-lines:before, .icon-menu-two-lines:after {
  background: currentColor;
  border-radius: 1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%; }

.icon-menu-two-lines:before {
  top: -4px; }

.icon-menu-two-lines:after {
  top: 4px; }

.icon-menu,
.icon-close {
  background: currentColor;
  color: inherit;
  height: 1px;
  margin-top: 3px;
  margin-left: -12px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px; }
  .icon-menu:before, .icon-menu:after,
  .icon-close:before,
  .icon-close:after {
    background: currentColor;
    border-radius: 1px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }

.icon-menu:before {
  top: -8px; }

.icon-menu:after {
  bottom: 8px; }

.icon-close {
  background: 0;
  margin-left: -17px;
  width: 34px; }
  .icon-close:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .icon-close:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

label {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.25em; }
  .font-fraunces label {
    font-weight: 500; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="url"],
select,
textarea {
  background: transparent;
  border-color: #d1d5db;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  max-width: 100%;
  padding: 0.5em 0;
  width: 100%; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    outline: 0; }

option {
  color: #2f3845; }

.form-group {
  margin-bottom: 1.33333em;
  position: relative; }
  .form-group .animate-border {
    bottom: 0;
    background: #d8195e;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: width .3s;
    transition: width .3s;
    width: 0; }
  .form-group input:focus + .animate-border,
  .form-group textarea:focus + .animate-border {
    width: 100%; }

.form-select-wrap {
  font-size: 16px;
  position: relative; }
  .form-select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px; }
  .form-select-wrap:before {
    border-color: #868f9d;
    border-style: solid;
    border-width: 0 1px 1px 0;
    box-sizing: border-box;
    content: "";
    height: 0.625em;
    margin-top: -.45em;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.625em; }

.form-checkbox {
  padding-left: 24px;
  position: relative; }
  .form-checkbox label {
    font-size: 0.88889em;
    font-weight: normal;
    line-height: 1.4; }
  .form-checkbox input[type=checkbox] {
    height: 1.5em;
    left: 0;
    position: absolute;
    top: 0; }

.form-submit {
  margin-top: 1.66667em; }

::-webkit-input-placeholder {
  color: #868f9d; }

::-moz-placeholder {
  color: #868f9d;
  opacity: 1; }

:-ms-input-placeholder {
  color: #868f9d; }

::-ms-input-placeholder {
  color: #868f9d; }

::placeholder {
  color: #868f9d; }

.waitlist-form {
  display: flex;
  align-items: center;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.3em;
  border-radius: 1em;
  width: 15rem; }

.waitlist-form input[type="email"] {
  font-size: 12px;
  border: none;
  background-color: transparent;
  color: #fff;
  padding: 8px;
  flex: 1;
  outline: none; }

.waitlist-form button {
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  background-color: #000000;
  border: none;
  border-radius: 1em;
  cursor: pointer; }

.waitlist-form button:hover {
  background-color: #313131; }

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  max-width: 100%;
  text-align: left;
  width: 100%; }

caption {
  color: #868f9d;
  font-size: 0.88889em;
  font-style: normal;
  margin-bottom: 0.5em;
  text-align: left; }

th,
td {
  border-bottom: 1px solid #e5e7eb;
  padding: 0.5em; }

th {
  font-weight: bold; }
  .font-fraunces th {
    font-weight: 500; }

:not(.responsive-table) > table {
  margin: 1em 0; }
  :not(.responsive-table) > table:first-child {
    margin-top: 0; }

.responsive-table {
  display: block;
  margin: 1em 0;
  overflow-x: auto;
  width: 100%; }
  .responsive-table:first-child {
    margin-top: 0; }

.card__title {
  font-size: 1.33333em;
  margin: 0; }

.card__subtitle {
  color: #868f9d;
  font-style: italic; }

.card__image {
  margin-bottom: 1.11111em; }
  .grid--col-two .card__image {
    max-width: 585px; }
  .grid--col-three .card__image {
    max-width: 380px; }

.card__body {
  line-height: 1.5; }
  .card__body:not(:first-child) {
    margin-top: 1em; }
  .card__body a:not(.button) {
    border-bottom: 1px solid rgba(216, 25, 94, 0.3);
    color: #d8195e; }
    .card__body a:not(.button):hover, .card__body a:not(.button):focus {
      opacity: .6; }

.testimonial {
  margin: 0;
  padding: 0.75em 0 0 2.5em; }
  .testimonial:before {
    font-size: 5em; }
  .testimonial__footer {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.33333em; }
  .testimonial__details {
    font-size: 0.88889em;
    line-height: 1.3; }
  .testimonial__author {
    font-weight: bold; }
    .font-fraunces .testimonial__author {
      font-weight: 500; }
  .testimonial__position {
    color: #868f9d;
    font-style: italic;
    margin-top: 0.25em; }
  .testimonial__avatar {
    border-radius: 50%;
    height: 60px;
    margin-right: 0.83333em;
    width: 60px; }
    @media only screen and (min-width: 601px) {
      .testimonial__avatar {
        height: 90px;
        width: 90px; } }
.site {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative; }

.site-content {
  box-sizing: border-box;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%; }

.container {
  padding-left: 3vw;
  padding-right: 3vw; }

.container--lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }

.container--md {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px; }

.site-header {
  background-color: #ffffff;
  margin-bottom: 3.33333em;
  padding-bottom: 1em;
  padding-top: 1em;
  position: sticky;
  z-index: 12;
  top: 0; }
  @media only screen and (min-width: 601px) {
    .site-header {
      margin-bottom: 5em; } }
.navbar {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex; }
  .navbar__logo, .navbar__title {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .navbar__logo img {
    max-height: 2.5em; }
  .navbar__title {
    color: #18202a;
    font-size: 1.33333em;
    font-weight: bold;
    line-height: 1.1;
    display: flex; }
    .font-fraunces .navbar__title {
      font-weight: 500; }
  .navbar__toggle {
    background: 0;
    border: 0;
    color: inherit;
    height: 30px;
    padding: 0;
    position: relative;
    width: 30px; }

.Plataforma de Almacenamiento de Archivos Distribuidos-logo {
  width: 22px;
  height: 22px;
  background: conic-gradient(#000000 0deg, #000000 90deg, #808080 180deg, #d0d0d0 270deg, #ffffff 360deg);
  margin-right: 10px; }

.menu {
  font-weight: 700;
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu__item--current,
  .menu a:not(.button):hover {
    color: #d8195e; }

@media only screen and (min-width: 768px) {
  .navbar__toggle {
    display: none; }
  .navbar__menu-container {
    margin-left: auto; }
  .menu {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .menu__item {
      font-size: 14px;
      line-height: 1.2;
      margin-left: 1.5em; }
    .menu .button--primary {
      padding: 0.275em 0.5em; } }

@media only screen and (max-width: 767px) {
  .site-header:after {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100vh;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .25s, visibility 0s .25s;
    transition: opacity .25s, visibility 0s .25s;
    visibility: hidden;
    width: 100%;
    z-index: 998; }
  .navbar__menu-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    box-sizing: border-box;
    bottom: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: -100%;
    top: 0;
    -webkit-transition: left 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0s 0.3s;
    transition: left 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0s 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 999; }
  .navbar__scroller {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .js-nav-open {
    overflow: hidden; }
    .js-nav-open .site-header:after {
      opacity: 1;
      -webkit-transition: opacity .25s;
      transition: opacity .25s;
      visibility: visible; }
    .js-nav-open .navbar__menu-container {
      left: 0;
      -webkit-transition: left .3s ease;
      transition: left .3s ease;
      visibility: visible; }
  #navbar__open {
    display: block;
    margin-left: auto; }
  #navbar__close {
    display: block;
    position: absolute;
    right: 3vw;
    top: 1rem; }
  .menu {
    padding: 7vw 1.5em; }
    .menu a:not(.button) {
      display: block;
      font-size: 3.333em;
      line-height: 0.666; }
    .menu .button {
      font-size: 1.11111em;
      margin: 1em 0; } }

@media only screen and (max-width: 480px) {
  .menu a:not(.button) {
    font-size: 5.333em; } }

.post {
  margin-bottom: 5em; }
  .post__header {
    margin-bottom: 2em; }
  .post__title {
    margin: 0; }
  .post__subtitle {
    color: #868f9d;
    font-size: 1.22222em;
    line-height: 1.4;
    margin-top: 0.5em; }
  .post__image {
    margin-bottom: 2em; }
    .post__image img {
      display: block;
      margin: 0 auto; }
  .post__meta {
    color: #868f9d;
    font-size: 0.88889em;
    margin-bottom: 1.5em;
    margin-top: 2.5em; }

@media only screen and (min-width: 601px) {
  .post__header, .post__image {
    margin-bottom: 2.5em; }
  .post__subtitle {
    font-size: 1.33333em; } }

.post-card {
  margin-bottom: 1.66667em; }
  .post-card__image {
    border: 0;
    display: block;
    margin-bottom: 1.11111em;
    position: relative;
    width: 100%; }
    .post-card__image:before {
      content: "";
      display: block;
      padding-top: 60%; }
    .post-card__image img {
      height: 100%;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; }
  .post-card__header {
    margin-bottom: 0.83333em; }
  .post-card__title {
    font-size: 1.33333em;
    margin: 0; }
    .post-card__title a {
      border: 0;
      color: inherit; }
  .post-card__meta {
    color: #868f9d;
    font-size: 0.88889em;
    margin-top: 0.5em; }
  .post-card__body {
    font-size: 16px; }

@media only screen and (min-width: 601px) {
  .post-feed--col-two .post-card {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    .post-feed--col-two .post-card__meta {
      font-size: 14px; } }

@media only screen and (min-width: 768px) {
  .post-feed--col-three .post-card {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%; }
    .post-feed--col-three .post-card__image {
      margin-bottom: 0.83333em; }
    .post-feed--col-three .post-card__meta {
      font-size: 14px; } }

.project-card {
  margin-bottom: 1.66667em; }
  .project-card__link, .project-card__view-all {
    border: 0;
    color: #2f3845;
    display: block;
    overflow: hidden;
    position: relative; }
  .project-card__title {
    font-size: 1.33333em;
    margin: 0; }
    .project-card__title a {
      border: 0;
      color: inherit; }
  .project-card__subtitle {
    color: #6b7280;
    font-size: 0.88889em;
    line-height: 1.5;
    margin-top: 0.3125em; }
  .project-card__image {
    border: 0;
    display: block;
    margin-bottom: 0.83333em;
    position: relative;
    width: 100%; }
    .project-card__image:before {
      content: "";
      display: block;
      padding-top: 60%; }
    .project-card__image img {
      height: 100%;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; }
  .project-card__button {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #d8195e 50%);
    background-color: transparent;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 204% 100%;
    border: 2px solid #d8195e;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0.9em 1em;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-position .3s, color .3s;
    transition: background-position .3s, color .3s;
    z-index: 1; }
    .font-fraunces .project-card__button {
      font-weight: 500; }
  .project-card__view-all .project-card__image {
    opacity: .5; }
  .project-card__view-all:hover .project-card__button, .project-card__view-all:focus .project-card__button {
    color: #d8195e;
    background-position: left bottom; }

@media only screen and (min-width: 768px) {
  .portfolio-feed--tiles .project-card {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .portfolio-feed--mosaic .project-card {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
    .portfolio-feed--mosaic .project-card:nth-child(4n+2), .portfolio-feed--mosaic .project-card:nth-child(4n+3) {
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%; }
      .portfolio-feed--mosaic .project-card:nth-child(4n+2) .project-card__image:before, .portfolio-feed--mosaic .project-card:nth-child(4n+3) .project-card__image:before {
        padding-top: calc(90% + 9px); }
  .project-card__image {
    margin: 0;
    -webkit-transition: .35s;
    transition: .35s; }
  .project-card__header {
    background-color: #f6f7f9;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    padding: 1.33333em;
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    z-index: 1; }
  .project-card__link:hover .project-card__image, .project-card__link:focus .project-card__image {
    opacity: .5;
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  .project-card__link:hover .project-card__header, .project-card__link:focus .project-card__header {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.project {
  margin-bottom: 5em; }
  .project__header {
    margin-bottom: 2em; }
  .project__title {
    margin: 0; }
  .project__subtitle {
    color: #868f9d;
    font-size: 1.22222em;
    line-height: 1.4;
    margin-top: 0.5em; }

@media only screen and (min-width: 601px) {
  .project__header {
    margin-bottom: 2.5em; }
  .project__subtitle {
    font-size: 1.33333em; } }

.hero {
  margin-bottom: 3.33333em;
  padding-bottom: 1.66667em; }
  .hero__title {
    font-size: 2.22222em; }
  .hero__body {
    font-size: 1.11111em;
    line-height: 1.5; }
  .hero__body:not(:first-child), .hero__actions:not(:first-child) {
    margin-top: 2.5em; }
  .hero__actions {
    font-size: 1.11111em; }
    .hero__actions .button {
      font-size: inherit; }

@media only screen and (min-width: 601px) {
  .hero {
    margin-bottom: 5em; }
    .hero__title {
      font-size: 2.66667em; }
    .hero__body {
      font-size: 1.33333em; } }

@media only screen and (min-width: 768px) {
  .hero__title {
    font-size: 3.33333em; } }

.section {
  margin-bottom: 3.33333em; }
  @media only screen and (min-width: 601px) {
    .section {
      margin-bottom: 5em; } }
  .section__bg {
    background-color: #f6f7f9;
    padding: 1.66667em; }
    @media only screen and (min-width: 601px) {
      .section__bg {
        padding: 2.5em; } }
  .section__title, .section__subtitle, .section__body {
    max-width: 780px; }
  .section__title {
    margin: 0; }
  .section__subtitle {
    color: #868f9d;
    font-size: 0.88889em;
    line-height: 1.5;
    margin: 0.5em 0 0; }
  .section__body:not(:first-child), .section__actions:not(:first-child) {
    margin-top: 1.66667em; }
  .section__image:not(:first-child) {
    margin-top: 2.5em; }
  .section .grid:not(:first-child) {
    margin-top: 2.5em; }
  .section .cell {
    margin-bottom: 1.66667em; }
  .section.section--header {
    margin-bottom: 2.5em; }
  .section--text {
    padding-bottom: 1.66667em; }
  @media only screen and (min-width: 768px) {
    .section--testimonials .cell, .section--form .cell {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  .section--form form {
    border: 1px solid #e5e7eb;
    background: #f6f7f9;
    border-radius: 0.5em;
    padding: 1.5em; }
  @media only screen and (min-width: 768px) {
    .section--form form {
      padding: 1.66667em; } }
  .section--cta .grid {
    -ms-flex-align: center;
    align-items: center; }
  .section--cta .button {
    font-size: inherit; }
  .section--cta .section__title {
    font-size: 2.22222em; }
  .section--cta .section__content, .section--cta .section__image {
    margin-bottom: 0.83333em;
    margin-top: 0.83333em; }
  .section--cta .section__image {
    text-align: center; }
  .section--cta .section__content:only-child {
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
    text-align: center; }
    .section--cta .section__content:only-child .button-group {
      -ms-flex-pack: center;
      justify-content: center; }
      .section--cta .section__content:only-child .button-group a {
        margin-left: 0.5em;
        margin-right: 0.5em; }
  @media only screen and (min-width: 601px) {
    .section--cta .section__title {
      font-size: 2.44444em; } }
  @media only screen and (min-width: 768px) {
    .section--cta .section__content {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      order: -1; }
    .section--cta .section__image {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
footer {
  background: #ffffff;
  width: 100%;
  bottom: 0;
  left: 0; }

footer .content {
  margin: auto;
  padding: 20px 20px 20px 20px; }

footer .content .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 20px; }

footer .content .link-boxes {
  width: 100%;
  display: flex;
  justify-content: space-between; }

footer .content .link-boxes .box {
  width: calc(100% / 5 - 10px); }

.site-footer__social {
  color: #ffffff;
  margin: 2em 0em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.content .link-boxes .box .link_name {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative; }

.content .link-boxes .box li {
  list-style: none; }

.content .link-boxes .box li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 200;
  text-decoration: none;
  transition: all 0.4s ease; }

.content .link-boxes .box li a:hover {
  color: #ffffff;
  text-decoration: underline; }

.content .link-boxes .input-box {
  margin-right: 55px; }

footer .bottom-details {
  width: 100%;
  font-size: 12px; }

footer .bottom-details .bottom_text {
  text-align: center;
  margin: auto;
  padding-bottom: 3em;
  display: flex;
  justify-content: space-between; }

.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  text-decoration: none; }

.bottom-details .bottom_text a:hover {
  color: #ffffff;
  text-decoration: underline; }

/* Nuevo: texto personalizado centrado y gris */
.bottom-details .bottom_text {
  /* Mantener layout pero permitir elementos apilados para centrar el nuevo texto */
  display: flex;
  flex-direction: column;
  align-items: center; }

.bottom-details .bottom_text .custom-copyright {
  color: #d1d5db;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin-top: 6px;
  display: block; }

@media (max-width: 900px) {
  footer .content .link-boxes {
    flex-wrap: wrap; }
  footer .content .link-boxes .input-box {
    width: 40%;
    margin-top: 10px; } }

@media (max-width: 700px) {
  footer {
    position: relative; }
  footer .content .link-boxes .box {
    width: 43%; }
  footer .content .link-boxes .input-box {
    width: 60%; }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a {
    font-size: 12px; } }

@media (max-width: 520px) {
  footer::before {
    top: 145px; }
  footer .content .top {
    flex-direction: column; }
  footer .content .link-boxes .input-box {
    width: 100%; } }

a.privacy-police {
  color: #d1d5db; }
  a.privacy-police:hover, a.privacy-police:focus, a.privacy-police:active {
    color: #ffffff;
    text-decoration: underline; }

.palette-switcher {
  position: absolute;
  right: 0;
  margin-right: 10%;
  background-color: #212121;
  border-radius: 1em; }

.palette-dark {
  background: #030303;
  color: #e5e7eb; }
  .palette-dark hr,
  .palette-dark th,
  .palette-dark td,
  .palette-dark input[type="text"],
  .palette-dark input[type="password"],
  .palette-dark input[type="email"],
  .palette-dark input[type="tel"],
  .palette-dark input[type="number"],
  .palette-dark input[type="search"],
  .palette-dark input[type="url"],
  .palette-dark select,
  .palette-dark textarea,
  .palette-dark .site-footer {
    border-color: #121212; }
  .palette-dark .site-header {
    background-color: #030303;
    border-bottom: 1px solid #121212; }
  .palette-dark h1,
  .palette-dark h2,
  .palette-dark h3,
  .palette-dark h4,
  .palette-dark h5,
  .palette-dark h6,
  .palette-dark th,
  .palette-dark label,
  .palette-dark blockquote,
  .palette-dark .navbar__title {
    color: #fff; }
  .palette-dark .text-block pre,
  .palette-dark .section__bg {
    background: #212121; }
  .palette-dark .section--form form {
    background-color: #030303;
    border: 1px solid #212121;
    border-radius: 10px; }
  .palette-dark .button--icon,
  .palette-dark figcaption,
  .palette-dark caption,
  .palette-dark .card__subtitle,
  .palette-dark .testimonial__position,
  .palette-dark .post__subtitle,
  .palette-dark .post__meta,
  .palette-dark .post-card__meta,
  .palette-dark .project-card__subtitle,
  .palette-dark .project__subtitle,
  .palette-dark .section__subtitle {
    color: #6b7280; }
  .palette-dark .form-select-wrap:before {
    border-color: #6b7280; }
  .palette-dark .site-footer a:not(.button) {
    border-bottom-color: rgba(229, 231, 235, 0.4); }
  .palette-dark ::-webkit-input-placeholder {
    color: #4b5563; }
  .palette-dark ::-moz-placeholder {
    color: #4b5563;
    opacity: 1; }
  .palette-dark :-ms-input-placeholder {
    color: #4b5563; }
  .palette-dark ::-ms-input-placeholder {
    color: #4b5563; }
  .palette-dark ::placeholder {
    color: #4b5563; }
  @media only screen and (min-width: 768px) {
    .palette-dark .project-card__header {
      background-color: #18202a; } }
  @media only screen and (max-width: 767px) {
    .palette-dark .site-header:after {
      background: rgba(0, 0, 0, 0.8); }
    .palette-dark .navbar__menu-container {
      background: #030303; } }
.accent-blue .button {
  border-color: #0c8aea; }

.accent-blue .button--primary,
.accent-blue .project-card__button {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #0c8aea 50%);
  border-color: #0c8aea; }

.accent-blue .button--primary:hover,
.accent-blue .button--primary:focus,
.accent-blue .button--primary:active,
.accent-blue .project-card__view-all:hover .project-card__button,
.accent-blue .project-card__view-all:focus .project-card__button,
.accent-blue .menu__item--current,
.accent-blue .menu a:not(.button):hover,
.accent-blue blockquote:before {
  color: #0c8aea; }

.accent-blue .form-group .animate-border {
  background: #0c8aea; }

.accent-blue .button-group a:not(.button),
.accent-blue .card__body a:not(.button),
.accent-blue .text-block a:not(.button) {
  border-bottom-color: rgba(12, 138, 234, 0.3);
  color: #0c8aea; }

.accent-green .button {
  border-color: #10b981; }

.accent-green .button--primary,
.accent-green .project-card__button {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #10b981 50%);
  border-color: #10b981; }

.accent-green .button--primary:hover,
.accent-green .button--primary:focus,
.accent-green .button--primary:active,
.accent-green .project-card__view-all:hover .project-card__button,
.accent-green .project-card__view-all:focus .project-card__button,
.accent-green .menu__item--current,
.accent-green .menu a:not(.button):hover,
.accent-green blockquote:before {
  color: #10b981; }

.accent-green .form-group .animate-border {
  background: #10b981; }

.accent-green .button-group a:not(.button),
.accent-green .card__body a:not(.button),
.accent-green .text-block a:not(.button) {
  border-bottom-color: rgba(16, 185, 129, 0.3);
  color: #10b981; }

.accent-red .button {
  border-color: #fa292a; }

.accent-red .button--primary,
.accent-red .project-card__button {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #fa292a 50%);
  border-color: #fa292a; }

.accent-red .button--primary:hover,
.accent-red .button--primary:focus,
.accent-red .button--primary:active,
.accent-red .project-card__view-all:hover .project-card__button,
.accent-red .project-card__view-all:focus .project-card__button,
.accent-red .menu__item--current,
.accent-red .menu a:not(.button):hover,
.accent-red blockquote:before {
  color: #fa292a; }

.accent-red .form-group .animate-border {
  background: #fa292a; }

.accent-red .button-group a:not(.button),
.accent-red .card__body a:not(.button),
.accent-red .text-block a:not(.button) {
  border-bottom-color: rgba(250, 41, 42, 0.3);
  color: #fa292a; }

.accent-violet .button {
  border-color: #7c43a8; }

.accent-violet .button--primary,
.accent-violet .project-card__button {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #7c43a8 50%);
  border-color: #7c43a8; }

.accent-violet .button--primary:hover,
.accent-violet .button--primary:focus,
.accent-violet .button--primary:active,
.accent-violet .project-card__view-all:hover .project-card__button,
.accent-violet .project-card__view-all:focus .project-card__button,
.accent-violet .menu__item--current,
.accent-violet .menu a:not(.button):hover,
.accent-violet blockquote:before {
  color: #7c43a8; }

.accent-violet .form-group .animate-border {
  background: #7c43a8; }

.accent-violet .button-group a:not(.button),
.accent-violet .card__body a:not(.button),
.accent-violet .text-block a:not(.button) {
  border-bottom-color: rgba(124, 67, 168, 0.3);
  color: #7c43a8; }

.accent-yellow .button {
  border-color: #ed9700; }

.accent-yellow .button--primary,
.accent-yellow .project-card__button {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #ed9700 50%);
  border-color: #ed9700; }

.accent-yellow .button--primary:hover,
.accent-yellow .button--primary:focus,
.accent-yellow .button--primary:active,
.accent-yellow .project-card__view-all:hover .project-card__button,
.accent-yellow .project-card__view-all:focus .project-card__button,
.accent-yellow .menu__item--current,
.accent-yellow .menu a:not(.button):hover,
.accent-yellow blockquote:before {
  color: #ed9700; }

.accent-yellow .form-group .animate-border {
  background: #ed9700; }

.accent-yellow .button-group a:not(.button),
.accent-yellow .card__body a:not(.button),
.accent-yellow .text-block a:not(.button) {
  border-bottom-color: rgba(237, 151, 0, 0.3);
  color: #ed9700; }

.accent-grey .button {
  border-color: #555555; }

.accent-grey .button--primary,
.accent-grey .project-card__button {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #555555 50%);
  border-color: #555555; }

.accent-grey .button--primary:hover,
.accent-grey .button--primary:focus,
.accent-grey .button--primary:active,
.accent-grey .project-card__view-all:hover .project-card__button,
.accent-grey .project-card__view-all:focus .project-card__button,
.accent-grey .menu__item--current,
.accent-grey .menu a:not(.button):hover,
.accent-grey blockquote:before {
  color: #555555; }

.accent-grey .form-group .animate-border {
  background: #555555; }

.accent-grey .button-group a:not(.button),
.accent-grey .card__body a:not(.button),
.accent-grey .text-block a:not(.button) {
  border-bottom-color: rgba(85, 85, 85, 0.3);
  color: #555555; }

body.has-theme-bar #site-wrap {
  top: 60px; }
  @media only screen and (max-width: 801px) {
    body.has-theme-bar #site-wrap {
      top: 60px; } }
.welcome-box {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: conic-gradient(#000000 0deg, #000000 90deg, #808080 180deg, #d0d0d0 270deg, #ffffff 360deg); }

.welcome {
  text-align: center;
  position: fixed;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%); }

.degraded {
  font-size: 1.7rem;
  font-family: 'Fraunces', serif;
  color: #fff; }

.welcome-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .welcome-form input[type="text"] {
    margin-right: 10px;
    color: #fff; }

.upload-area {
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e6e6e8;
  border-radius: 10px;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 160ms ease, border-color 160ms ease, transform 120ms ease;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(20, 20, 20, 0.04); }
  .upload-area .upload-content {
    text-align: center;
    position: relative;
    width: 100%;
    pointer-events: none; }
  .upload-area .upload-icon {
    color: #e6e6e8;
    width: 50px;
    height: 64px;
    margin: 0 auto 12px;
    display: block; }
  .upload-area .upload-text {
    font-size: 1.05rem;
    color: #000000;
    margin: 0;
    font-weight: 500; }
  .upload-area .upload-hint {
    font-size: 0.9rem;
    color: #8a8a8f;
    margin-top: 6px; }
  .upload-area .file-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  .upload-area.dragover, .upload-area.is-dragover, .upload-area:hover {
    background: #fafafa;
    border-color: #d6d6d9; }
  .upload-area.dragover {
    border-color: #c6c6cb;
    background: #f5f5f5; }

/* File info / actions */
.file-info,
.loading,
.result,
.error {
  max-width: 720px;
  margin: 18px auto 0;
  background: #ffffff;
  border: 1px solid #e6e6e8;
  border-radius: 10px;
  padding: 16px 18px;
  box-shadow: 0 6px 18px rgba(20, 20, 20, 0.04);
  color: #000000; }

.file-info h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: #000000; }

.file-name {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #8a8a8f;
  margin-bottom: 10px;
  word-break: break-all; }

/* Buttons */
.btn-upload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #000000;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 120ms ease, transform 80ms ease;
  width: 100%;
  font-size: 1rem; }
  .btn-upload:hover {
    opacity: 0.92;
    transform: translateY(-1px); }
  .btn-upload:active {
    transform: translateY(0); }

.btn-copy,
.btn-view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #000000;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 120ms ease, transform 80ms ease, background 120ms ease; }
  .btn-copy:hover,
  .btn-view:hover {
    opacity: 0.92;
    transform: translateY(-1px); }

/* Loading spinner */
.loading {
  text-align: center;
  padding: 40px 20px; }
  .loading p {
    color: #8a8a8f;
    font-size: 1rem;
    margin: 0; }

.loading .spinner {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 4px solid #b9b9bc;
  border-top-color: #000000;
  animation: spin 900ms linear infinite;
  margin: 0 auto 12px; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

/* Result */
.result h3 {
  margin: 0 0 16px;
  font-size: 1rem;
  color: #000000; }

.result-content {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.result-label {
  font-weight: 600;
  color: #000000;
  margin: 0;
  font-size: 0.95rem; }

.url-container {
  display: flex;
  gap: 8px;
  width: 100%;
  align-items: center; }

.url-input {
  flex: 1 1 auto;
  padding: 8px 10px;
  border: 1px solid #e6e6e8;
  border-radius: 8px;
  background: #fafafa;
  font-family: Geist, sans-serif;
  font-size: 0.95rem;
  color: #000000;
  outline: none; }
  .url-input:focus {
    border-color: #c6c6cb;
    background: #fff; }

.btn-copy {
  white-space: nowrap;
  padding: 8px 10px;
  background: #efefef;
  color: #000000;
  border: 1px solid #e6e6e8;
  font-size: 0.9rem; }
  .btn-copy:hover {
    background: #e8e8e8;
    opacity: 1; }

.btn-view {
  width: 100%;
  padding: 10px 0px;
  margin-top: 4px; }

/* Error */
.error p {
  margin: 0;
  color: #b00020;
  font-weight: 600; }

/* Footer (small) */
.upload-footer {
  margin-top: 12px;
  text-align: center;
  font-size: 0.9rem;
  color: #8a8a8f; }

/* Responsive */
@media (max-width: 720px) {
  .upload-area {
    padding: 24px;
    border-radius: 8px; }
  .upload-icon {
    width: 52px;
    height: 52px; }
  .upload-text {
    font-size: 1rem; }
  .result-content {
    flex-direction: column;
    align-items: stretch; }
  .url-container {
    flex-direction: column;
    max-width: 100%; }
  .btn-view {
    width: 100%;
    justify-content: center; }
  .file-info,
  .loading,
  .result,
  .error {
    padding: 14px 16px; } }

/* Small micro adjustments */
@media (max-width: 420px) {
  .upload-area {
    padding: 50px; }
  .upload-text {
    font-size: 0.98rem; }
  .upload-icon {
    width: 48px;
    height: 48px; } }
