@import url("../vendor/normalize.css/normalize.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("../vendor/fontawesome/css/fontawesome.min.css");
@import url("../vendor/fontawesome/css/solid.min.css");
@import url("../vendor/aos/aos.css");
.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: auto;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__slides {
  height: 40vh;
}

.glide__slide {
  border-radius: .25rem;
  overflow: hidden;
  cursor: pointer;
}

.glide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.glide__arrow {
  position: absolute;
  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;
  top: 50%;
  z-index: 2;
  color: #9CA3AF;
  text-transform: uppercase;
  font-size: 1.5rem;
  width: 2em;
  height: 2em;
  background-color: white;
  border: 2px solid transparent;
  border-radius: 9999px;
  opacity: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  -webkit-transition: color 150ms linear, background-color 150ms linear;
  transition: color 150ms linear, background-color 150ms linear;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  background-color: #2563EB;
  color: white;
}

.glide__arrow--left {
  left: -1em;
}

.glide__arrow--right {
  right: -1em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: -1rem;
  left: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.glide__bullet {
  background-color: #1e3a8a;
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  opacity: .4;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover {
  background-color: #1e3a8a;
  opacity: 1;
}

.glide__bullet--active {
  background-color: #1e3a8a;
  opacity: 1;
}

.glide--swipeable {
  cursor: default;
}

.glide--dragging {
  cursor: default;
}

html {
  scroll-behavior: smooth;
}

html * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button.jflafi, a.jflafi {
  cursor: pointer;
}

button.jflafi, input.jflafi, textarea.jflafi {
  padding: 0;
  background: none;
  border: none;
}

/** Backend styles
 */
body {
  font-family: 'Noto Sans', sans-serif;
}

.jflafi-container {
  width: calc(100% - 3rem);
  max-width: 1800px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .jflafi-container {
    width: calc(100% - 4rem);
  }
}

@media only screen and (min-width: 1024px) {
  .jflafi-container {
    width: 90%;
  }
}

#backend-controls {
  background-color: #1f2937;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  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;
  height: 1.5rem;
  z-index: 9999;
}

#backend-controls .jflafi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#backend-controls .jflafi-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#backend-controls .jflafi-container > div a {
  color: #9ca3af;
  background-color: transparent;
  font-size: .75rem;
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

#backend-controls .jflafi-container > div a:first-child {
  margin-right: 1rem;
}

#backend-controls .jflafi-container > div a:hover {
  color: white;
}

a.jflafi-editable {
  text-decoration: none;
  background: yellow !important;
  color: #1f2937 !important;
}

a.jflafi-editable span {
  color: #1f2937 !important;
}

form.jflafi {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

form.jflafi label {
  color: #1f2937;
  font-weight: 600;
}

form.jflafi input, form.jflafi textarea {
  color: #1f2937;
  background-color: white;
  border: 1px solid #f3f4f6;
  width: 100%;
  margin-top: .5rem;
}

form.jflafi input {
  color: white;
  background-color: #1f2937;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: .5rem 1rem;
}

html {
  scroll-behavior: smooth;
}

html * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
}

@media only screen and (min-width: 1024px) and (min-height: 620px) {
  body {
    overflow: hidden;
  }
}

button, a {
  text-decoration: none;
  cursor: pointer;
}

button, input, textarea {
  padding: 0;
  background: none;
  border: none;
}

p, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4em;
}

h2 {
  font-size: calc(100vw / 14);
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: calc(100vw / 22);
  }
}

@media only screen and (min-width: 1024px) {
  h2 {
    font-size: calc(100vw / 32);
  }
}

@media only screen and (min-width: 1640px) {
  h2 {
    font-size: 3.25rem;
  }
}

h3 {
  font-size: calc(100vw / 20);
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: calc(100vw / 44);
  }
}

@media only screen and (min-width: 1024px) {
  h3 {
    font-size: calc(100vw / 66);
  }
}

@media only screen and (min-width: 1640px) {
  h3 {
    font-size: 1.6rem;
  }
}

p {
  font-size: calc(100vw / 22);
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  p {
    font-size: calc(100vw / 44);
  }
}

@media only screen and (min-width: 1024px) {
  p {
    font-size: calc(100vw / 66);
  }
}

@media only screen and (min-width: 1640px) {
  p {
    font-size: 1.6rem;
  }
}

.section {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: calc(4rem + 1rem) 0;
}

@media only screen and (min-width: 1024px) {
  .section {
    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;
    height: 100vh;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    padding: 7rem 0 3.5rem 0;
  }
}

@media only screen and (min-width: 1024px) {
  .section .sn-container {
    height: 100%;
    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;
  }
}

#layout-content {
  width: 100%;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

#layout-content section:first-child {
  padding-top: 4rem;
}

@media only screen and (min-width: 1024px) {
  #layout-content section:first-child {
    padding-top: 7rem;
  }
}

.sn-container {
  width: calc(100% - 3rem);
  max-width: 1800px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .sn-container {
    width: calc(100% - 4rem);
  }
}

@media only screen and (min-width: 1024px) {
  .sn-container {
    width: 90%;
  }
}

/**
 * Buttons
 *
 */
input.cta-dk, button.cta-dk, a.cta-dk {
  color: white;
  background-color: #2563EB;
  display: block;
  line-height: 1.4;
  font-size: .875rem;
  font-weight: 500;
  border-radius: .25rem;
  border: 1px solid #2563EB;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: .5rem 2rem;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: color 150ms linear, background-color 150ms linear;
  transition: color 150ms linear, background-color 150ms linear;
}

@media only screen and (min-width: 1640px) {
  input.cta-dk, button.cta-dk, a.cta-dk {
    font-size: 1rem;
  }
}

input.cta-dk:hover, button.cta-dk:hover, a.cta-dk:hover {
  color: #1f2937;
  background-color: transparent;
}

input.cta-lt, button.cta-lt, a.cta-lt {
  color: white;
  background-color: #2563EB;
  line-height: 1.4;
  font-size: .875rem;
  font-weight: 500;
  border-radius: .25rem;
  border: 1px solid #2563EB;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: .5rem 2rem;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: color 150ms linear, background-color 150ms linear;
  transition: color 150ms linear, background-color 150ms linear;
}

@media only screen and (min-width: 1640px) {
  input.cta-lt, button.cta-lt, a.cta-lt {
    font-size: 1rem;
  }
}

input.cta-lt:hover, button.cta-lt:hover, a.cta-lt:hover {
  color: white;
  background-color: transparent;
}

/** 
 * Header 
 *
 */
#layout-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 4rem;
  z-index: 90;
  -webkit-transition: -webkit-box-shadow 250ms linear;
  transition: -webkit-box-shadow 250ms linear;
  transition: box-shadow 250ms linear;
  transition: box-shadow 250ms linear, -webkit-box-shadow 250ms linear;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 1024px) {
  #layout-header {
    height: 7rem;
  }
}

#layout-header.scrolled {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

#layout-header.user {
  top: 1.5rem;
}

#layout-header nav#main-navigation {
  background-color: white;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}

#layout-header nav#main-navigation .sn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-top: .875rem;
  padding-bottom: .875rem;
}

@media only screen and (min-width: 1024px) {
  #layout-header nav#main-navigation .sn-container {
    padding: 2rem 0;
  }
}

#layout-header nav#main-navigation .sn-container div.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

#layout-header nav#main-navigation .sn-container div.flex a.sn-logo {
  height: 100%;
}

#layout-header nav#main-navigation .sn-container div.flex a.sn-logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#layout-header nav#main-navigation .sn-container div.flex ul.sn-menu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
}

#layout-header nav#main-navigation .sn-container div.flex ul.sn-menu li {
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#layout-header nav#main-navigation .sn-container div.flex ul.sn-menu li button, #layout-header nav#main-navigation .sn-container div.flex ul.sn-menu li a {
  color: #1f2937;
  text-align: center;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  padding: .5rem 2rem;
  opacity: .6;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}

@media only screen and (min-width: 1640px) {
  #layout-header nav#main-navigation .sn-container div.flex ul.sn-menu li button, #layout-header nav#main-navigation .sn-container div.flex ul.sn-menu li a {
    font-size: 1rem;
  }
}

#layout-header nav#main-navigation .sn-container div.flex ul.sn-menu li button.active, #layout-header nav#main-navigation .sn-container div.flex ul.sn-menu li button:hover, #layout-header nav#main-navigation .sn-container div.flex ul.sn-menu li a.active, #layout-header nav#main-navigation .sn-container div.flex ul.sn-menu li a:hover {
  opacity: 1;
}

#layout-header nav#main-navigation .sn-container div.flex ul.sn-menu li button:focus, #layout-header nav#main-navigation .sn-container div.flex ul.sn-menu li a:focus {
  outline: none;
}

#layout-header nav#main-navigation .sn-container div.flex ul.sn-menu li button.cta, #layout-header nav#main-navigation .sn-container div.flex ul.sn-menu li a.cta {
  color: white;
  background-color: #2563EB;
  display: block;
  font-weight: 500;
  border-radius: .25rem;
  border: 1px solid #2563EB;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: .5rem 2rem;
  opacity: 1;
  -webkit-transition: color 150ms linear, background-color 150ms linear;
  transition: color 150ms linear, background-color 150ms linear;
}

#layout-header nav#main-navigation .sn-container div.flex ul.sn-menu li button.cta:hover, #layout-header nav#main-navigation .sn-container div.flex ul.sn-menu li a.cta:hover {
  color: #1f2937;
  background-color: transparent;
}

#layout-header nav#main-navigation .sn-container ul.sn-menu {
  display: none;
}

@media only screen and (min-width: 1024px) {
  #layout-header nav#main-navigation .sn-container ul.sn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#layout-header nav#main-navigation .sn-container button.toggler {
  display: block;
}

@media only screen and (min-width: 1024px) {
  #layout-header nav#main-navigation .sn-container button.toggler {
    display: none;
  }
}

#layout-header nav#main-navigation .sn-container button.toggler i {
  font-size: 1.5rem;
  color: #9ca3af;
}

#layout-header nav#mobile-navigation {
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 0;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: width 0s ease-in 300ms;
  transition: width 0s ease-in 300ms;
  z-index: 100;
}

@media only screen and (min-width: 1024px) {
  #layout-header nav#mobile-navigation {
    display: none;
  }
}

#layout-header nav#mobile-navigation:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(17, 24, 39, 0.6);
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: -10;
}

#layout-header nav#mobile-navigation .block {
  background-color: white;
  position: absolute;
  right: -70vw;
  width: 70%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: right 300ms ease-in 0ms;
  transition: right 300ms ease-in 0ms;
}

@media only screen and (min-width: 768px) {
  #layout-header nav#mobile-navigation .block {
    right: -50vw;
    width: 50%;
  }
}

#layout-header nav#mobile-navigation .block .sn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#layout-header nav#mobile-navigation .block .sn-container .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 4rem;
}

#layout-header nav#mobile-navigation .block .sn-container .flex button.toggler {
  display: block;
}

@media only screen and (min-width: 1024px) {
  #layout-header nav#mobile-navigation .block .sn-container .flex button.toggler {
    display: none;
  }
}

#layout-header nav#mobile-navigation .block .sn-container .flex button.toggler i {
  font-size: 1.5rem;
  color: #9ca3af;
}

#layout-header nav#mobile-navigation .block .sn-container ul {
  list-style: none;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

#layout-header nav#mobile-navigation .block .sn-container ul li {
  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;
  text-align: left;
  width: 100%;
}

#layout-header nav#mobile-navigation .block .sn-container ul li button, #layout-header nav#mobile-navigation .block .sn-container ul li a {
  color: #374151;
  text-align: center;
  font-weight: 400;
  border-top: 1px solid #f3f4f6;
  width: 100%;
  padding: 1rem 0;
  opacity: .6;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

#layout-header nav#mobile-navigation .block .sn-container ul li button:hover, #layout-header nav#mobile-navigation .block .sn-container ul li button.active, #layout-header nav#mobile-navigation .block .sn-container ul li a:hover, #layout-header nav#mobile-navigation .block .sn-container ul li a.active {
  opacity: 1;
}

#layout-header nav#mobile-navigation .block .sn-container ul li button:focus, #layout-header nav#mobile-navigation .block .sn-container ul li a:focus {
  outline: none;
}

#layout-header nav#mobile-navigation .block .sn-container ul li button.cta, #layout-header nav#mobile-navigation .block .sn-container ul li a.cta {
  color: white;
  background-color: #2563EB;
  display: block;
  font-size: .875rem;
  font-weight: 500;
  border-radius: .25rem;
  border: 1px solid #2563EB;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: .5rem 2rem;
  margin-top: .5rem;
  opacity: 1;
}

#layout-header nav#mobile-navigation .block .sn-container ul li button.cta:hover, #layout-header nav#mobile-navigation .block .sn-container ul li a.cta:hover {
  color: #1f2937;
  background-color: transparent;
}

#layout-header nav#mobile-navigation.open {
  width: 100%;
  opacity: 1;
  -webkit-transition: width 0s ease-out;
  transition: width 0s ease-out;
}

#layout-header nav#mobile-navigation.open .block {
  right: 0;
  -webkit-transition: right 300ms ease-out;
  transition: right 300ms ease-out;
}

#layout-header nav#mobile-navigation.open:after {
  opacity: 1;
}

#layout-header.user nav#mobile-navigation {
  top: 1.5rem;
  height: calc(100vh - 1.5rem);
}

#layout-header.transparent nav#main-navigation {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

#layout-header.transparent nav#main-navigation .sn-container div.flex ul.sn-menu li button, #layout-header.transparent nav#main-navigation .sn-container div.flex ul.sn-menu li a {
  color: white;
}

#layout-header.transparent nav#main-navigation .sn-container div.flex ul.sn-menu li button.cta, #layout-header.transparent nav#main-navigation .sn-container div.flex ul.sn-menu li a.cta {
  color: white;
}

#layout-header.transparent nav#main-navigation .sn-container div.flex ul.sn-menu li button.cta *:focus, #layout-header.transparent nav#main-navigation .sn-container div.flex ul.sn-menu li button.cta:hover, #layout-header.transparent nav#main-navigation .sn-container div.flex ul.sn-menu li a.cta *:focus, #layout-header.transparent nav#main-navigation .sn-container div.flex ul.sn-menu li a.cta:hover {
  color: white;
}

#layout-header.transparent nav#main-navigation button.toggler i {
  color: white;
}

#layout-header.transparent.scrolled nav#main-navigation {
  background-color: white;
}

#layout-header.transparent.scrolled nav#main-navigation .sn-container div.flex ul.sn-menu li button, #layout-header.transparent.scrolled nav#main-navigation .sn-container div.flex ul.sn-menu li a {
  color: #1f2937;
}

#layout-header.transparent.scrolled nav#main-navigation .sn-container div.flex ul.sn-menu li button.cta, #layout-header.transparent.scrolled nav#main-navigation .sn-container div.flex ul.sn-menu li a.cta {
  color: white;
}

#layout-header.transparent.scrolled nav#main-navigation .sn-container div.flex ul.sn-menu li button.cta *:focus, #layout-header.transparent.scrolled nav#main-navigation .sn-container div.flex ul.sn-menu li button.cta:hover, #layout-header.transparent.scrolled nav#main-navigation .sn-container div.flex ul.sn-menu li a.cta *:focus, #layout-header.transparent.scrolled nav#main-navigation .sn-container div.flex ul.sn-menu li a.cta:hover {
  color: #1f2937;
}

#layout-header.transparent.scrolled nav#main-navigation button.toggler i {
  color: #9ca3af;
}

/** 
 * Footer 
 *
 */
#layout-footer {
  background-color: #f3f4f6;
  border-top: 1px solid #2563EB;
}

#layout-footer #section-99 {
  width: 100%;
  padding: calc(4rem + 1rem) 0;
}

@media only screen and (min-width: 1024px) {
  #layout-footer #section-99 {
    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;
    padding: 3.5rem 0;
  }
}

#layout-footer #section-99 .sn-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (minmax(auto, 1fr))[2];
      grid-template-rows: repeat(2, minmax(auto, 1fr));
  gap: 3rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media only screen and (min-width: 1024px) {
  #layout-footer #section-99 .sn-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

#layout-footer #section-99 .sn-container > div {
  width: 100%;
}

#layout-footer #section-99 .sn-container > div:first-child {
  margin-bottom: 2rem;
}

#layout-footer #section-99 .sn-container > div.links {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 2rem;
}

#layout-footer #section-99 .sn-container > div.links ul li {
  min-height: 1.75rem;
}

@media only screen and (min-width: 1024px) {
  #layout-footer #section-99 .sn-container > div.links ul li {
    min-height: 2rem;
  }
}

@media only screen and (min-width: 1640px) {
  #layout-footer #section-99 .sn-container > div.links ul li {
    min-height: 2.3rem;
  }
}

#layout-footer #section-99 .sn-container > div.links ul li a {
  color: #1f2937;
  text-decoration: none;
  font-size: calc(100vw / 22);
  font-weight: 400;
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  #layout-footer #section-99 .sn-container > div.links ul li a {
    font-size: calc(100vw / 52);
  }
}

@media only screen and (min-width: 1024px) {
  #layout-footer #section-99 .sn-container > div.links ul li a {
    font-size: calc(100vw / 74);
  }
}

@media only screen and (min-width: 1640px) {
  #layout-footer #section-99 .sn-container > div.links ul li a {
    font-size: 1.3rem;
  }
}

#layout-footer #section-99 .sn-container > div.links ul li a:hover {
  opacity: 1;
}

#layout-footer #section-99 .sn-container > div h3 {
  font-weight: 300;
  color: #9ca3af;
}

@media only screen and (min-width: 1640px) {
  #layout-footer #section-99 .sn-container > div h3 {
    font-size: 1.3rem;
  }
}

#layout-footer #section-99 .sn-container > div ul {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style: none;
}

#layout-footer #section-99 .sn-container > div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1rem;
  font-size: .875rem;
}

@media only screen and (min-width: 1024px) {
  #layout-footer #section-99 .sn-container > div ul li {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1640px) {
  #layout-footer #section-99 .sn-container > div ul li {
    font-size: 1.15rem;
  }
}

#layout-footer #section-99 .sn-container > div ul li div {
  background-color: #2563EB;
  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;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 1rem;
  border-radius: 9999px;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  #layout-footer #section-99 .sn-container > div ul li div {
    width: 2rem;
    height: 2rem;
  }
}

@media only screen and (min-width: 1640px) {
  #layout-footer #section-99 .sn-container > div ul li div {
    width: 2.3rem;
    height: 2.3rem;
  }
}

#layout-footer #section-99 .sn-container > div ul li div i {
  color: #f3f4f6;
}

#layout-footer #section-99 .sn-container > div ul li p {
  color: #1f2937;
  font-size: calc(100vw / 22);
}

@media only screen and (min-width: 768px) {
  #layout-footer #section-99 .sn-container > div ul li p {
    font-size: calc(100vw / 52);
  }
}

@media only screen and (min-width: 1024px) {
  #layout-footer #section-99 .sn-container > div ul li p {
    font-size: calc(100vw / 74);
  }
}

@media only screen and (min-width: 1640px) {
  #layout-footer #section-99 .sn-container > div ul li p {
    font-size: 1.3rem;
  }
}

/** 
 * Page: landing-page 
 *
 */
#section-1.landing-page {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

#section-1.landing-page::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: calc(100vh - 4rem);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../images/hero1.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/hero1.jpg");
  background-size: cover;
  background-position: center;
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  #section-1.landing-page::after {
    width: 40%;
    height: calc(100vh - 7rem);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.1))), url("../images/hero1.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url("../images/hero1.jpg");
    background-size: cover;
    background-position: center;
  }
}

#section-1.landing-page .mousewheel {
  position: absolute;
  bottom: 3rem;
  left: calc(50% - 24px / 2);
  width: 24px;
  height: 40px;
  border: 2px solid white;
  border-radius: 9999px;
  background: transparent;
  z-index: 10;
  -webkit-animation: 800ms fade-up ease forwards;
          animation: 800ms fade-up ease forwards;
}

@media only screen and (min-width: 470px) {
  #section-1.landing-page .mousewheel {
    left: calc(50% - 30px / 2);
    width: 30px;
    height: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  #section-1.landing-page .mousewheel {
    left: calc(50% - 36px / 2);
    width: 36px;
    height: 60px;
    border-color: #1f2937;
  }
}

#section-1.landing-page .mousewheel::before {
  content: '';
  background: white;
  display: block;
  position: relative;
  top: 8px;
  left: calc(50% - 4.8px / 2);
  width: 4.8px;
  height: 8px;
  border-radius: 9999px;
  z-index: 10;
  animation: 800ms mousewheel-bounce ease alternate-reverse infinite;
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

@media only screen and (min-width: 470px) {
  #section-1.landing-page .mousewheel::before {
    top: 10px;
    left: calc(50% - 6px / 2);
    width: 6px;
    height: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  #section-1.landing-page .mousewheel::before {
    top: 12px;
    left: calc(50% - 7.2px / 2);
    width: 7.2px;
    height: 12px;
    background: #1f2937;
  }
}

#section-1.landing-page .mousewheel i {
  color: white;
  font-size: 1rem;
  position: absolute;
  left: calc(50% - .5em);
  bottom: -2rem;
  animation: 800ms mousewheel-bounce ease alternate-reverse infinite;
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

@media only screen and (min-width: 1024px) {
  #section-1.landing-page .mousewheel i {
    color: #1f2937;
  }
}

#section-1.landing-page .sn-container {
  position: relative;
  height: 100%;
  z-index: 20;
}

#section-1.landing-page .sn-container div {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #section-1.landing-page .sn-container div {
    max-width: 80%;
  }
}

@media only screen and (min-width: 1024px) {
  #section-1.landing-page .sn-container div {
    max-width: 60%;
  }
}

#section-1.landing-page .sn-container div h1 {
  color: white;
  line-height: 1.1;
  font-size: calc(100vw / 14);
  font-weight: 600;
  margin-bottom: .7em;
}

@media only screen and (min-width: 768px) {
  #section-1.landing-page .sn-container div h1 {
    font-size: calc(100vw / 22);
  }
}

@media only screen and (min-width: 1024px) {
  #section-1.landing-page .sn-container div h1 {
    color: #1f2937;
    font-size: calc(100vw / 28);
  }
}

@media only screen and (min-width: 1640px) {
  #section-1.landing-page .sn-container div h1 {
    font-size: 3.75rem;
  }
}

#section-1.landing-page .sn-container div h1 span {
  color: #2563EB;
  display: block;
  font-size: calc(100vw / 22);
}

@media only screen and (min-width: 768px) {
  #section-1.landing-page .sn-container div h1 span {
    font-size: calc(100vw / 44);
  }
}

@media only screen and (min-width: 1024px) {
  #section-1.landing-page .sn-container div h1 span {
    font-size: calc(100vw / 56);
  }
}

@media only screen and (min-width: 1640px) {
  #section-1.landing-page .sn-container div h1 span {
    font-size: 1.9rem;
  }
}

#section-1.landing-page .sn-container div p {
  color: #f3f4f6;
  font-size: calc(100vw / 22);
}

@media only screen and (min-width: 768px) {
  #section-1.landing-page .sn-container div p {
    font-size: calc(100vw / 44);
  }
}

@media only screen and (min-width: 1024px) {
  #section-1.landing-page .sn-container div p {
    color: #374151;
    font-size: calc(100vw / 66);
  }
}

@media only screen and (min-width: 1640px) {
  #section-1.landing-page .sn-container div p {
    font-size: 1.6rem;
  }
}

section#section-2.landing-page {
  background-color: white;
  position: relative;
}

section#section-2.landing-page::before {
  content: '';
  position: absolute;
  bottom: 2rem;
  right: 0;
  width: 70%;
  height: 70%;
  background: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  opacity: .1;
  z-index: 0;
}

@media only screen and (min-width: 1024px) {
  section#section-2.landing-page::before {
    bottom: 3.5rem;
    width: 50%;
    height: 50%;
  }
}

section#section-2.landing-page .sn-container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#section-2.landing-page .sn-container h2 {
  color: #1f2937;
  font-weight: 600;
  margin-bottom: .7em;
}

section#section-2.landing-page .sn-container p {
  color: #374151;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  section#section-2.landing-page .sn-container p {
    max-width: 80%;
  }
}

section#section-3.landing-page {
  background-color: #f3f4f6;
}

section#section-3.landing-page .sn-container {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section#section-3.landing-page .sn-container h2 {
  color: #1f2937;
  font-weight: 600;
  margin-bottom: .7em;
}

section#section-3.landing-page .sn-container .grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  gap: 3rem;
}

@media only screen and (min-width: 768px) {
  section#section-3.landing-page .sn-container .grid {
    -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

section#section-3.landing-page .sn-container .grid .card {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

section#section-3.landing-page .sn-container .grid .card .icon {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 9999px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  section#section-3.landing-page .sn-container .grid .card .icon {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 1.25rem;
  }
}

section#section-3.landing-page .sn-container .grid .card .icon i {
  color: #2563EB;
  font-size: calc(100vw / 20);
  margin-right: .5em;
}

@media only screen and (min-width: 768px) {
  section#section-3.landing-page .sn-container .grid .card .icon i {
    font-size: calc(100vw / 44);
  }
}

@media only screen and (min-width: 1024px) {
  section#section-3.landing-page .sn-container .grid .card .icon i {
    font-size: calc(100vw / 66);
  }
}

@media only screen and (min-width: 1640px) {
  section#section-3.landing-page .sn-container .grid .card .icon i {
    font-size: 1.6rem;
  }
}

section#section-3.landing-page .sn-container .grid .card .icon h3 {
  color: #374151;
  font-weight: 600;
}

section#section-3.landing-page .sn-container .grid .card p {
  color: #374151;
}

section#section-4.landing-page {
  background-color: white;
}

section#section-4.landing-page .sn-container > div.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 1024px) {
  section#section-4.landing-page .sn-container > div.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
        grid-template-areas: 'head img' 'cta img';
    -webkit-column-gap: 3rem;
            column-gap: 3rem;
    row-gap: 0;
  }
}

section#section-4.landing-page .sn-container > div.grid h2 {
  grid-area: head;
  color: #1f2937;
  text-align: left;
  margin-bottom: .7em;
}

section#section-4.landing-page .sn-container > div.grid div.cta {
  grid-area: cta;
  width: 100%;
  margin-bottom: 3rem;
}

section#section-4.landing-page .sn-container > div.grid div.cta p {
  margin-bottom: 3rem;
}

section#section-4.landing-page .sn-container > div.grid div.cta > a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

section#section-4.landing-page .sn-container > div.grid > img {
  grid-area: img;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  max-height: 300px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 1024px) {
  section#section-4.landing-page .sn-container > div.grid > img {
    max-height: unset;
  }
}

/**
 * Page: portafolio
 *
 */
section.portafolio .gallery {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

section.portafolio .modal {
  display: none;
  position: fixed;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.95);
}

section.portafolio .modal .modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1800px;
}

section.portafolio .modal .close {
  color: #f3f4f6;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  -webkit-transition: 150ms linear;
  transition: 150ms linear;
}

section.portafolio .modal .close:hover,
section.portafolio .modal .close:focus {
  color: #9ca3af;
  text-decoration: none;
  cursor: pointer;
}

section.portafolio .modal .modal-slide {
  display: none;
  height: 60vh;
  overflow: hidden;
}

section.portafolio .modal .modal-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.portafolio .modal .prev,
section.portafolio .modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #f3f4f6;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 150ms linear;
  transition: 150ms linear;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

section.portafolio .modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

section.portafolio .modal .prev:hover,
section.portafolio .modal .next:hover {
  color: #9ca3af;
}

section.portafolio .modal .number-text {
  color: #9ca3af;
  font-size: 1rem;
  line-height: 1;
  padding: 0 1rem;
  position: absolute;
  top: 0;
}

section.portafolio .modal .caption {
  color: #f3f4f6;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}

section#section-1.portafolio {
  background-color: white;
  position: relative;
}

section#section-1.portafolio::before {
  content: '';
  position: absolute;
  bottom: -3.5rem;
  right: 0;
  width: 70%;
  height: 70%;
  background: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  opacity: .1;
  z-index: 0;
}

@media only screen and (min-width: 1024px) {
  section#section-1.portafolio::before {
    bottom: 4.25rem;
    width: 50%;
    height: 50%;
  }
}

section#section-1.portafolio .sn-container {
  position: relative;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#section-1.portafolio .sn-container h1 {
  color: #1f2937;
  font-size: calc(100vw / 14);
  font-weight: 600;
  text-align: left;
  margin: .7em 0;
}

@media only screen and (min-width: 768px) {
  section#section-1.portafolio .sn-container h1 {
    font-size: calc(100vw / 22);
  }
}

@media only screen and (min-width: 1024px) {
  section#section-1.portafolio .sn-container h1 {
    font-size: calc(100vw / 32);
    margin-top: 0;
  }
}

@media only screen and (min-width: 1640px) {
  section#section-1.portafolio .sn-container h1 {
    font-size: 3.25rem;
  }
}

section#section-1.portafolio .sn-container p {
  color: #374151;
  text-align: left;
}

@media only screen and (min-width: 1024px) {
  section#section-1.portafolio .sn-container p {
    max-width: 70%;
  }
}

section#section-1.portafolio .mousewheel {
  display: none;
  position: absolute;
  bottom: 3rem;
  left: calc(50% - 36px / 2);
  width: 36px;
  height: 60px;
  border: 2px solid #1f2937;
  border-radius: 9999px;
  background: transparent;
  z-index: 10;
  -webkit-animation: 800ms fade-up ease forwards;
          animation: 800ms fade-up ease forwards;
}

@media only screen and (min-width: 1024px) {
  section#section-1.portafolio .mousewheel {
    display: block;
  }
}

section#section-1.portafolio .mousewheel::before {
  content: '';
  background: #1f2937;
  display: block;
  position: relative;
  top: 12px;
  left: calc(50% - 7.2px / 2);
  width: 7.2px;
  height: 12px;
  border-radius: 9999px;
  z-index: 10;
  opacity: 1;
  animation: 800ms mousewheel-bounce ease alternate-reverse infinite;
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

section#section-1.portafolio .mousewheel i {
  color: #1f2937;
  font-size: 1rem;
  position: absolute;
  left: calc(50% - .5em);
  bottom: -2rem;
  animation: 800ms mousewheel-bounce ease alternate-reverse infinite;
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

section#section-2.portafolio {
  background-color: white;
}

section#section-2.portafolio .sn-container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#section-2.portafolio .sn-container h2 {
  color: #1f2937;
  font-weight: 600;
  text-align: center;
  margin: .7em 0;
}

section#section-3.portafolio {
  background-color: white;
}

section#section-3.portafolio .sn-container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#section-3.portafolio .sn-container h2 {
  color: #1f2937;
  font-weight: 600;
  text-align: center;
  margin: .7em 0;
}

section#section-4.portafolio {
  background-color: white;
}

section#section-4.portafolio .sn-container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#section-4.portafolio .sn-container h2 {
  color: #1f2937;
  font-weight: 600;
  text-align: center;
  margin: .7em 0;
}

/**
 * Page: error
 *
 */
section#section-1.error {
  background-color: white;
}

section#section-1.error .sn-container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#section-1.error .sn-container h1 {
  color: #c11616;
  text-align: center;
  font-size: calc(100vw / 14);
  font-weight: 600;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  section#section-1.error .sn-container h1 {
    font-size: calc(100vw / 22);
  }
}

@media only screen and (min-width: 1024px) {
  section#section-1.error .sn-container h1 {
    font-size: calc(100vw / 32);
  }
}

@media only screen and (min-width: 1640px) {
  section#section-1.error .sn-container h1 {
    font-size: 3.25rem;
  }
}

/**
 * Page: backend
 *
 */
section#section-1.backend {
  background-color: white;
  min-height: 100vh;
}

section#section-1.backend .sn-container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#section-1.backend .sn-container .form-container h1 {
  color: #1f2937;
  text-align: center;
  font-size: calc(100vw / 14);
  font-weight: 600;
  margin: .7em 0;
}

@media only screen and (min-width: 768px) {
  section#section-1.backend .sn-container .form-container h1 {
    font-size: calc(100vw / 22);
  }
}

@media only screen and (min-width: 1024px) {
  section#section-1.backend .sn-container .form-container h1 {
    font-size: calc(100vw / 32);
    margin-top: 0;
  }
}

@media only screen and (min-width: 1640px) {
  section#section-1.backend .sn-container .form-container h1 {
    font-size: 3.25rem;
  }
}

/**
 * Page: contacto
 *
 */
section#section-1.contacto {
  background-color: white;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: calc(4rem + 1rem) 0;
}

@media only screen and (min-width: 1024px) {
  section#section-1.contacto {
    height: 100vh;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    padding: 7rem 0 3.5rem 0;
  }
}

section#section-1.contacto .sn-container {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#section-1.contacto .sn-container h1 {
  color: #1f2937;
  font-size: calc(100vw / 14);
  font-weight: 600;
  text-align: center;
  margin: .7em 0;
}

@media only screen and (min-width: 768px) {
  section#section-1.contacto .sn-container h1 {
    font-size: calc(100vw / 22);
  }
}

@media only screen and (min-width: 1024px) {
  section#section-1.contacto .sn-container h1 {
    font-size: calc(100vw / 32);
    margin-top: 0;
  }
}

@media only screen and (min-width: 1640px) {
  section#section-1.contacto .sn-container h1 {
    font-size: 3.25rem;
  }
}

section#section-1.contacto .sn-container p {
  color: #374151;
  font-size: calc(100vw / 22);
}

@media only screen and (min-width: 768px) {
  section#section-1.contacto .sn-container p {
    font-size: calc(100vw / 52);
  }
}

@media only screen and (min-width: 1024px) {
  section#section-1.contacto .sn-container p {
    font-size: calc(100vw / 74);
  }
}

@media only screen and (min-width: 1640px) {
  section#section-1.contacto .sn-container p {
    font-size: 1.3rem;
  }
}

section#section-1.contacto .sn-container > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (minmax(auto, 1fr))[2];
      grid-template-rows: repeat(2, minmax(auto, 1fr));
  gap: 3rem;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  section#section-1.contacto .sn-container > div {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

section#section-1.contacto .sn-container > div > div {
  width: 100%;
}

section#section-1.contacto .sn-container > div > div:nth-child(2) .map-container {
  background-color: rgba(156, 163, 175, 0.3);
  position: relative;
  width: 100%;
  height: 13rem;
  border-radius: .25rem;
  overflow: hidden;
}

section#section-1.contacto .sn-container > div > div:nth-child(2) .map-container iframe, section#section-1.contacto .sn-container > div > div:nth-child(2) .map-container object, section#section-1.contacto .sn-container > div > div:nth-child(2) .map-container embed {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

section#section-1.contacto .sn-container > div > div:nth-child(2) .map-container #map {
  height: 100% !important;
}

section#section-1.contacto .sn-container > div > div:nth-child(2) #map {
  width: 100%;
  height: 12rem;
}

section#section-1.contacto .sn-container > div > div:nth-child(2) div:nth-child(2) ul {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style: none;
}

section#section-1.contacto .sn-container > div > div:nth-child(2) div:nth-child(2) ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1rem;
  font-size: .875rem;
}

@media only screen and (min-width: 1024px) {
  section#section-1.contacto .sn-container > div > div:nth-child(2) div:nth-child(2) ul li {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1640px) {
  section#section-1.contacto .sn-container > div > div:nth-child(2) div:nth-child(2) ul li {
    font-size: 1.15rem;
  }
}

section#section-1.contacto .sn-container > div > div:nth-child(2) div:nth-child(2) ul li div {
  background-color: #2563EB;
  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;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 1rem;
  border-radius: 9999px;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  section#section-1.contacto .sn-container > div > div:nth-child(2) div:nth-child(2) ul li div {
    width: 2rem;
    height: 2rem;
  }
}

@media only screen and (min-width: 1640px) {
  section#section-1.contacto .sn-container > div > div:nth-child(2) div:nth-child(2) ul li div {
    width: 2.3rem;
    height: 2.3rem;
  }
}

section#section-1.contacto .sn-container > div > div:nth-child(2) div:nth-child(2) ul li div i {
  color: #f3f4f6;
}

section#section-1.contacto .sn-container > div > div:nth-child(2) div:nth-child(2) ul li p {
  color: #1f2937;
  font-size: calc(100vw / 22);
}

@media only screen and (min-width: 768px) {
  section#section-1.contacto .sn-container > div > div:nth-child(2) div:nth-child(2) ul li p {
    font-size: calc(100vw / 52);
  }
}

@media only screen and (min-width: 1024px) {
  section#section-1.contacto .sn-container > div > div:nth-child(2) div:nth-child(2) ul li p {
    font-size: calc(100vw / 74);
  }
}

@media only screen and (min-width: 1640px) {
  section#section-1.contacto .sn-container > div > div:nth-child(2) div:nth-child(2) ul li p {
    font-size: 1.3rem;
  }
}

/**
 * Animations
 *
 */
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade-up {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-up {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes message-fade-out {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes message-fade-out {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loader-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes mousewheel-bounce {
  from {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mousewheel-bounce {
  from {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes arrowdown-bounce {
  from {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes arrowdown-bounce {
  from {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.fillable-form {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.fillable-form div.form-group {
  width: 100%;
  margin-top: 1rem;
}

.fillable-form div.form-group:first-child {
  margin-top: 0;
}

.fillable-form div.form-group.field {
  background: white;
  position: relative;
  font-size: .875rem;
  border: 1px solid rgba(156, 163, 175, 0.3);
  border-radius: .25rem;
  overflow: hidden;
  -webkit-transition: background-color 0s;
  transition: background-color 0s;
}

.fillable-form div.form-group.field label {
  color: rgba(38, 45, 59, 0.6);
  position: absolute;
  font-size: .875rem;
  line-height: 1.8;
  text-transform: capitalize;
  top: 0;
  left: 0;
  padding-left: 1rem;
  width: 100%;
  -webkit-transition: all .15s, background-color 0s 0s;
  transition: all .15s, background-color 0s 0s;
}

@media only screen and (min-width: 1640px) {
  .fillable-form div.form-group.field label {
    font-size: 1rem;
  }
}

.fillable-form div.form-group.field textarea {
  resize: none;
}

.fillable-form div.form-group.field input, .fillable-form div.form-group.field textarea {
  color: #1f2937;
  background-color: transparent;
  position: relative;
  font-size: .875rem;
  line-height: 1.4;
  width: 100%;
  padding: 1.3rem 1rem .1rem 1rem;
  z-index: 1;
}

@media only screen and (min-width: 1640px) {
  .fillable-form div.form-group.field input, .fillable-form div.form-group.field textarea {
    font-size: 1rem;
  }
}

.fillable-form div.form-group.field input:focus, .fillable-form div.form-group.field textarea:focus {
  background-color: transparent;
}

.fillable-form div.form-group.field input:focus + label, .fillable-form div.form-group.field input:valid + label, .fillable-form div.form-group.field textarea:focus + label, .fillable-form div.form-group.field textarea:valid + label {
  color: white;
  background-color: #9ca3af;
  top: 0;
  margin-top: 0;
  line-height: 1.4;
  font-size: .7rem;
  font-weight: 400;
  -webkit-transition: all .15s, background-color 0.15s, color 0.15s;
  transition: all .15s, background-color 0.15s, color 0.15s;
  z-index: 10;
}

@media only screen and (min-width: 1640px) {
  .fillable-form div.form-group.field input:focus + label, .fillable-form div.form-group.field input:valid + label, .fillable-form div.form-group.field textarea:focus + label, .fillable-form div.form-group.field textarea:valid + label {
    font-size: .875rem;
  }
}

.fillable-form div.form-group.field input:required, .fillable-form div.form-group.field textarea:required {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fillable-form div.form-group.field.invalid {
  border: 1px solid rgba(193, 22, 22, 0.3);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.fillable-form div.form-group.field.invalid input + label, .fillable-form div.form-group.field.invalid textarea + label {
  color: white;
  background-color: #c11616;
  top: 0;
  margin-top: 0;
  line-height: 1.4;
  font-size: .7rem;
  font-weight: 400;
  -webkit-transition: all .15s, background-color 0s 0s;
  transition: all .15s, background-color 0s 0s;
  z-index: 10;
}

@media only screen and (min-width: 1640px) {
  .fillable-form div.form-group.field.invalid input + label, .fillable-form div.form-group.field.invalid textarea + label {
    font-size: .875rem;
  }
}

.fillable-form div.form-group.submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fillable-form div.form-group.submit input {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.fillable-form div.form-group.submit input[type="button"] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 1rem;
  line-height: 1.4;
}

.fillable-form div.form-group.submit div.loader {
  display: none;
}

.fillable-form div.form-group.submit div.loader .loading-icon {
  border: 8px solid rgba(156, 163, 175, 0.3);
  border-top: 8px solid #2563EB;
  border-radius: 9999px;
  width: 36px;
  height: 36px;
  -webkit-animation: loader-spin 2s linear infinite;
          animation: loader-spin 2s linear infinite;
}

.fillable-form div.form-group.submit div.message {
  background-color: transparent;
  line-height: 1.4;
  font-size: .875rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  width: 100%;
  padding: .5rem 1rem;
  overflow-wrap: normal;
  word-break: normal;
  overflow: hidden;
  opacity: 0;
}

@media only screen and (min-width: 1640px) {
  .fillable-form div.form-group.submit div.message {
    font-size: 1rem;
  }
}

.fillable-form div.form-group.submit div.message.success {
  color: #047857;
  background-color: rgba(4, 120, 87, 0.2);
  border: 1px solid rgba(4, 120, 87, 0.3);
  -webkit-animation: message-fade-out 6s ease 1 normal forwards;
          animation: message-fade-out 6s ease 1 normal forwards;
}

.fillable-form div.form-group.submit div.message.error {
  color: #c11616;
  background-color: rgba(193, 22, 22, 0.2);
  border: 1px solid rgba(193, 22, 22, 0.3);
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#login-form div.form-group.submit {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#login-form div.form-group.submit input[type="button"] {
  margin-right: 0;
  width: 100%;
}

#login-form div.form-group.submit .message {
  position: absolute;
  bottom: calc(-1 * (100% + 1rem));
}
/*# sourceMappingURL=style.css.map */