.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  min-height: 100vh;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-black);
}
.home-header {
  top: 0px;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: absolute;
  align-items: flex-start;
  padding-top: 48px;
  justify-content: space-between;
}
.home-section {
  width: 100%;
  height: auto;
  display: flex;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-navlink {
  display: contents;
}
.home-btn-contenidos {
  width: var(--dl-size-size-xlarge);
  margin-top: var(--dl-space-space-oneandhalfunits);
  transition: 0.3s;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-image: url("/assets/bg-box-linear-gradient2-200h.jpg");
}
.home-btn-contenidos:hover {
  background-image: url("/assets/bg-box-linear-gradient2-invert-200h.jpg");
}
.home-text5 {
  color: var(--dl-color-gray-gray2);
  margin-top: var(--dl-space-space-oneandhalfunits);
  margin-left: var(--dl-space-space-twounits);
  margin-right: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-navlink1 {
  display: contents;
}
.home-btn-contenidos1 {
  width: var(--dl-size-size-xlarge);
  margin-top: var(--dl-space-space-unit);
  transition: 0.3s;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-image: url("/assets/bg-box-linear-gradient2-200h.jpg");
}
.home-btn-contenidos1:hover {
  background-image: url("/assets/bg-box-linear-gradient2-invert-200h.jpg");
}
.home-text6 {
  color: var(--dl-color-gray-gray2);
  margin-top: var(--dl-space-space-oneandhalfunits);
  margin-left: var(--dl-space-space-twounits);
  margin-right: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-footer {
  flex: 0 0 auto;
  width: 100%;
  bottom: 0px;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: absolute;
  align-self: center;
  align-items: flex-end;
  padding-top: 48px;
  justify-content: flex-end;
}
.home-image {
  width: 200px;
  object-fit: cover;
}
