.dm-sans-font {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.dm-mono-medium {
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "DM Sans", sans-serif;
  color: #636770;
  font-size: 14px;
  line-height: 1.2;
}

.uil {
  font-size: 24px;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

h1, .h1 {
  font-size: 28px;
  line-height: 1.1;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 1.6;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0;
  line-height: 1.6;
}
p + p {
  margin-top: 1.2em;
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 48px !important;
  }
  h2, .h2 {
    font-size: 40px !important;
  }
  h3, .h3 {
    font-size: 32px !important;
  }
  h4, .h4 {
    font-size: 24px !important;
  }
  h5, .h5 {
    font-size: 24px !important;
  }
  h6, .h6 {
    font-size: 20px !important;
  }
  body {
    font-size: 16px !important;
  }
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  margin: 0;
  padding: 0;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  background-color: #F3F5F7;
  color: #636770;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.01em;
}
body.back-blanco {
  background-color: #fff;
}

section {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-top: 56px;
}
section.no-header {
  padding-top: 68px;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  background: url(../img/loading.svg) center center no-repeat #F3F5F7;
  background-size: 100px;
  z-index: 5000;
}

.custom-scroll {
  /* Track */
  /* Handle */
}
.custom-scroll ::-webkit-scrollbar {
  width: 8px;
  background-color: #E1E8EA;
}
.custom-scroll ::-webkit-scrollbar-track {
  background-color: #E1E8EA;
}
.custom-scroll ::-webkit-scrollbar-thumb {
  background-color: #636770;
}

.label {
  margin: 0;
  font-size: 12px;
  color: #ddd;
}

a {
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  cursor: pointer;
  cursor: hand;
  color: inherit;
  transition: all 250ms ease-out;
}
a.animated {
  transition: all 250ms ease-out;
}
a.animated:hover {
  text-decoration: none;
  opacity: 0.9;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.fondo-0 {
  background-color: #F9FAFB;
}

.fondo-1 {
  background-color: #F3F5F7;
}

.fondo-2 {
  background-color: #EDF1F2;
}

.fondo-azul {
  background-color: #384157;
}

.fondo-celeste {
  background-color: #658896;
}

.fondo-rojo {
  background-color: #DB2D30;
}

@media (min-width: 768px) {
  section {
    padding-top: 64px;
  }
}
@media (min-width: 1024px) {
  section {
    padding-top: 96px;
  }
}
