.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;
  }
}
#home {
  padding-top: 0;
  padding-bottom: 0;
}
#home .ftn {
  margin: 0;
}
#home .ftn .container {
  padding-top: 48px;
  padding-bottom: 48px;
  gap: 20px;
}
#home .ftn .txt {
  gap: 8px;
}
#home .ftn .txt p {
  font-size: 15px;
  line-height: 1.3;
}
#home .novedades {
  padding-top: 40px;
}
#home .bloque-ras-video .video {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #home .bloque-ras-video .video {
    height: 100%;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  #home .ftn .container {
    gap: 36px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #home .ftn .txt {
    gap: 12px;
  }
  #home .ftn .txt p {
    font-size: 18px;
  }
  #home .novedades {
    padding-top: 80px;
  }
}
