.header-container {
  flex: 0 0 auto;
  width: 100%;
  height: 50PX;
  display: flex;
  position: relative;
  align-items: center;
  border-color: #151515;
  border-style: hidden;
  border-width: 0px;
  justify-content: center;
  background-color: #151515;
}
.header-navbar-interactive {
  width: 80%;
  display: flex;
  align-items: center;
  padding-top: 0px;
  border-color: var(--dl-color-gray-black);
  border-style: hidden;
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  justify-content: space-between;
  background-color: #151515;
}
.header-image {
  height: 2rem;
}
.header-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.header-links {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.header-navlink {
  color: #ffffff;
  font-family: Humanst521 BT;
  text-decoration: none;
}
.header-navlink1 {
  color: #ffffff;
  font-family: Humanst521 BT;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.header-navlink2 {
  color: #ffffff;
  font-family: Humanst521 BT;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.header-navlink3 {
  color: #ffffff;
  font-family: Humanst521 BT;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.header-buttons {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-burger-menu {
  display: none;
}
.header-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.header-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.header-logo {
  height: 2rem;
}
.header-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.header-navlink4 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.header-navlink5 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.header-navlink6 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.header-navlink7 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.header-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.header-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.header-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}








@media(max-width: 767px) {
  .header-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .header-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .header-navlink4 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .header-navlink5 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .header-navlink6 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .header-navlink7 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .header-navbar-interactive {
    width: 95%;
    padding: 0px;
  }
  .header-desktop-menu {
    display: none;
  }
  .header-burger-menu {
    display: flex;
  }
  .header-icon {
    fill: #ffffff;
    padding-top: 2px;
    border-color: #ffffff;
    border-width: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
  }
  .header-mobile-menu {
    padding: 16px;
  }
}

.servicios-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.servicios-container01 {
  flex: 0 0 auto;
  width: 80%;
  display: flex;
  margin-top: 2%;
  align-items: center;
  justify-content: center;
  background-color: #151515;
}
.servicios-container02 {
  flex: 0 0 auto;
  width: 120%;
  height: auto;
  display: flex;
  margin-top: 0%;
  align-items: flex-start;
  padding-top: 3%;
  justify-content: center;
  background-color: rgba(21, 21, 21, 0);
}
.servicios-container03 {
  flex: 0 0 auto;
  width: 20%;
  height: auto;
  display: flex;
  align-items: center;
  margin-right: -2%;
  flex-direction: column;
  justify-content: center;
}
.servicios-navlink {
  display: contents;
}
.servicios-image {
  width: 100%;
  align-self: center;
  object-fit: cover;
  transition: 0.3s;
  text-decoration: none;
}
.servicios-image:hover {
  width: 120%;
  opacity: 0.5;
}
.servicios-container04 {
  flex: 0 0 auto;
  width: 20%;
  height: auto;
  display: flex;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.servicios-navlink1 {
  display: contents;
}
.servicios-image1 {
  width: 100%;
  align-self: center;
  margin-top: 100PX;
  object-fit: cover;
  text-decoration: none;
}
.servicios-container05 {
  flex: 0 0 auto;
  width: 20%;
  height: auto;
  display: flex;
  align-items: center;
  margin-left: 0%;
  margin-right: -2%;
  flex-direction: column;
  justify-content: center;
}
.servicios-navlink2 {
  display: contents;
}
.servicios-image2 {
  width: 100%;
  align-self: center;
  object-fit: cover;
  text-decoration: none;
}
.servicios-container06 {
  flex: 0 0 auto;
  width: 20%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-right: 0%;
  flex-direction: column;
  justify-content: center;
}
.servicios-navlink3 {
  display: contents;
}
.servicios-image3 {
  width: 100%;
  align-self: center;
  margin-top: 100PX;
  object-fit: cover;
  text-decoration: none;
}
.servicios-container07 {
  flex: 0 0 auto;
  width: 20%;
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.servicios-navlink4 {
  display: contents;
}
.servicios-image4 {
  width: 100%;
  align-self: center;
  object-fit: cover;
  text-decoration: none;
}
.servicios-container08 {
  flex: 0 0 auto;
  width: 80%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 5%;
  padding-left: 2%;
  padding-right: 2%;
  flex-direction: column;
  padding-bottom: 5%;
  justify-content: center;
  background-color: #151515;
}
.servicios-text {
  color: #ffffff;
  font-family: Humanst521 BT;
}
.servicios-text1 {
  color: #ffffff;
  transition: 0.3s;
  font-family: Humanst521 BT;
}

.servicios-container09 {
  flex:  ;
  width: 100%;
  height: 50PX;
  display: flex;
  margin-top: 2%;
  align-items: center;
  justify-content: center;
  background-color: #151515;
}
.servicios-text2 {
  color: #ffffff;
  font-family: Humanst521 BT;
  background-color: #151515;
}
