/* Text Elements */

h1.neutral-hero-heading {
  margin-top: 0;
  margin-bottom: 24px;
  color: #000;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 32px;
  font-family: 'Inter', sans-serif;
  line-height: 1.1;
}

h1.center-align.neutral-hero-heading {
  text-align: center;
}

h1.neutral-hero-heading.neutral-white-text {
  color: #fff;
}

h1 span.heading-text-1 {
  font-size: 2.75rem;
}

h2.neutral-hero-subheading {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

h2.center-align.neutral-hero-subheading {
  text-align: center;
}

h2.neutral-white-text {
  color: #fff;
}

h3.heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 0;
  min-width: 0;
  min-height: 50px;
  text-align: center;
}

h4.neutral-long-headline {
  margin-top: 16px;
  margin-bottom: 0;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  line-height: 1.4;
}

h4.neutral-headline-footer {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

h6.neutral-date-heading {
  margin-top: 24px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
}

h6.neutral-tagline {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
}

h6.neutra-white-text {
  color: #fff;
}

p.paragraph.neutral-direction-footer {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #666;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  line-height: 25px;
}

p.paragraph.paragraph-1 {
  text-align: center;
}

span.text-element {
  color: #3c3c3c;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-text.neutral-nav-link-menu {
  display: block;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 20px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

a.link-text.nav-link-footer {
  margin-bottom: 16px;
  color: #666;
  text-align: left;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

a.link-text.neutral-nav-link-menu:hover {
  color: #b5b5b5;
}

a.link-text.nav-link-footer:hover {
  color: #12141d;
}

/* Interaction Elements */

a.link-button.neutral-card-button {
  margin-top: 48px;
  padding: 16px 32px;
  border-radius: 4px;
  background-color: #12141d;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-button {
  font-family: 'PT Sans', sans-serif;
}

a.link-button.neutral-white-action-button {
  margin-top: 24px;
  padding: 16px 32px;
  border-radius: 4px;
  background-color: #fff;
  color: #1f2029;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-button.neutral-margin-top.neutral-white-action-button {
  margin-top: 48px;
}

a.link-button.neutral-card-button:hover {
  background-color: #323131;
}

a.link-button.neutral-white-action-button:hover {
  background-color: #ececec;
  color: #1f2029;
}

form.form-container.form-container-1 {
  margin: 10px 0 20px;
}

input[type=text].input-2 {
  min-height: auto;
  max-height: none;
  height: auto;
  border-radius: 10px;
}

input[type=text].input-3 {
  min-height: 14px;
  width: 0;
  height: 14px;
  border-top-left-radius: 20px 26px;
  border-top-right-radius: 20px 26px;
  border-bottom-right-radius: 20px 26px;
  border-bottom-left-radius: 20px 26px;
  background-color: rgba(0, 0, 0, .04);
}

input[type=email].email-1 {
  border-radius: 10px;
}

input[type=tel].phone-number-1 {
  border-radius: 10px;
}

textarea.textarea-1 {
  height: 100px;
  border-radius: 10px;
  color: #8a8a8a;
}

/* Layout Elements */

.container.neutral-navbar {
  position: static;
  right: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 0 24px;
  min-width: 0;
  min-height: 80px;
  max-width: none;
  width: auto;
  background-color: #fff;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal;
}

.container.navigation-links {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  visibility: hidden;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .95);
  opacity: 0;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.container-1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  float: none;
  clear: none;
  padding-top: 0;
  min-width: 25px;
  min-height: 500px;
  width: auto;
  background-image: url('../images/SubliNova%20banner%20Papel%20sublimaci%C3%B3n.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.neutral-article-section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 50px 16px 78px;
  background-color: #fff;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.neutral-four-columns-wrapper {
  display: grid;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;

  grid-template-columns: auto;
  grid-template-rows: repeat(4 , auto);
  grid-row-gap: 24px;
  grid-column-gap: 24px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.neutral-container-card-article {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  overflow: hidden;
  padding-bottom: 24px;
  max-width: 500px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.neutral-card-article-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: start;
  padding-right: 24px;
  padding-left: 24px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.container-2 {
  background-color: #fff;
}

.container.neutral-hero-container-center {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 100vh;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%), url('../images/SubliNova%20banner%20Papel%20sublimaci%C3%B3n.jpg');
  background-image:    -moz-linear-gradient(bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%), url('../images/SubliNova%20banner%20Papel%20sublimaci%C3%B3n.jpg');
  background-image:      -o-linear-gradient(bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%), url('../images/SubliNova%20banner%20Papel%20sublimaci%C3%B3n.jpg');
  background-image:         linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%), url('../images/SubliNova%20banner%20Papel%20sublimaci%C3%B3n.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.neutral-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  margin-top: 16px;
  margin-left: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 800px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.center-align-items.neutral-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.neutral-footer-section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 96px 16px;
  background-color: #fff;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.neutral-footer-three-columns {
  display: grid;
  max-width: 1280px;

  grid-template-columns: 1fr;
  grid-template-rows: repeat(3 , auto);
  grid-template-areas: 'description description' 'links links' 'direction direction';
  grid-row-gap: 48px;
  grid-column-gap: 24px;
}

.container.description-logos-footer {
  grid-area: description;
}

.container.container-telephone-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.neutral-margin-top.social-footer-wrapper {
  margin-top: 16px;
}

.container.social-footer-wrapper {
  margin-top: 16px;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
}

.container.custom-sd-two-cols {
  padding-top: 30px;
}

.container.navigation-links.show-menu {
  top: 0;
  visibility: visible;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.neutral-container-card-article:hover {
  box-shadow: rgba(0, 0, 0, .02) 5px 5px 10px 0;
  -webkit-transform: scaleX(1.01) scaleY(1.01);
     -moz-transform: scaleX(1.01) scaleY(1.01);
       -o-transform: scaleX(1.01) scaleY(1.01);
          transform: scaleX(1.01) scaleY(1.01);
}

a.responsive-picture.logo-link-menu {
  padding-top: 16px;
  padding-bottom: 16px;
  width: 150px;
}

a.glyph.mobile-nav-button {
  display: block;
  color: #000;
  text-align: right;
  font-size: 34px;
  line-height: 1;
}

a.glyph.close-button-cross.mobile-nav-button {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  padding-top: 20px;
  padding-right: 24px;
  color: #f2f3ff;
}

div.responsive-picture.logo-menu-mobile {
  display: inline;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  max-width: 800px;
  width: 400px;
}

.html-element.navigation-code {
  display: none;
}

div.responsive-picture.neutral-picture-article {
  margin-bottom: 8px;
  max-width: none;
  -webkit-filter: saturate(1) grayscale(0) sepia(0) invert(0) blur(0px) hue-rotate(-12deg);
          filter: saturate(1) grayscale(0) sepia(0) invert(0) blur(0px) hue-rotate(-12deg);
}

a.link-button-glyph.contact-button {
  display: block;
  width: auto;
  vertical-align: middle;
}

span.glyph-for-button.contact-icon {
  margin-right: 1rem;
  margin-left: .4rem;
  color: #8a8a8a;
  font-size: 2rem;
}

span.link-button-text.contact-text {
  color: #8a8a8a;
  vertical-align: super;
}

span.glyph.icon-footer {
  margin-right: 4px;
  color: #666;
}

a.social-image.neutral-social-icon {
  margin-right: 8px;
  margin-left: 8px;
  padding: 4px;
  max-width: 24px;
  border-radius: 50px;
  background-color: #0064fa;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

a.social-image.left-align.neutral-social-icon {
  margin-left: 0;
}

button.button {
  border-radius: 10px;
  background-color: #000;
}

a.social-image.neutral-social-icon:hover {
  -webkit-transform: translateY(-2px);
     -moz-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media screen and (min-width: 20rem) {
  /* Text Elements */

  h1.neutral-hero-heading {
    font-size: 9.54vw;
    line-height: 1;
  }

  h2.neutral-hero-subheading {
    font-size: 5.72vw;
  }
}

@media screen and (min-width: 35.3125rem) {
  /* Text Elements */

  h2.neutral-hero-subheading {
    font-size: 32px;
  }

  /* Layout Elements */

  .container.neutral-article-section-4 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container.neutral-four-columns-wrapper {
    grid-template-rows: repeat(3 , auto);
  }

  .container.neutral-hero-container-center {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container.neutral-footer-section-4 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container.neutral-footer-three-columns {
    grid-template-areas: 'description' 'links' 'direction';
  }
}

@media screen and (min-width: 40rem) {
  /* Interaction Elements */

  textarea.textarea-1 {
    color: #8a8a8a;
  }

  div.responsive-picture.logo-menu-mobile {
    margin-bottom: 24px;
  }

  span.link-button-text.contact-text {
    color: #8a8a8a;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h1.neutral-hero-heading {
    font-size: 72px;
  }

  a.link-text.neutral-nav-link-menu {
    padding: 4px 24px;
    width: auto;
    color: #000;
    font-size: 14px;
  }

  a.link-text.nav-link-footer {
    text-align: right;
  }

  /* Layout Elements */

  .container.navigation-links {
    position: static;
    visibility: visible;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;
    width: auto;
    background-color: transparent;
    opacity: 1;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.neutral-four-columns-wrapper {
    grid-template-columns: repeat(2 , auto);
    grid-template-rows: repeat(2 , auto);
  }

  a.glyph.mobile-nav-button {
    display: none;
  }

  div.responsive-picture.logo-menu-mobile {
    display: none;
    width: 80px;
  }
}

@media screen and (min-width: 60rem) {
  /* Layout Elements */

  .container.neutral-four-columns-wrapper {
    grid-template-columns: repeat(4 , 1fr);
    grid-template-rows: auto;
  }

  .container.neutral-footer-three-columns {
    grid-template-columns: 50% repeat(2 , 25%);
    grid-template-rows: auto;
    grid-template-areas: 'description links direction';
  }
}