.elementor-location-header,
.elementor-location-footer {
  display: none;
}

.page-not-found {
  background-color: var(--e-global-color-primary);
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.page-not-found .overlap-group-wrapper {
  width: 80%;
  height: 100%;
}

.image-not-found img {
  max-width: 600px;
  height: auto;
}

.page-not-found .img-bg {
  position: absolute;
  bottom: 0px;
  object-fit: cover;
  z-index: 0;
}

.page-not-found .content-page {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.page-not-found .text-not-found p {
  font-size: 20px;
  color: #c2eaff;
}
.page-not-found .text-not-found h1 {
  color: #ffff;
  font-weight: 600;
  margin: 40px 0px;
}

.page-not-found .text-not-found {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-not-found .button-contact {
  background: var(--e-global-color-accent);
}

.page-not-found .frame {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0px;
}

.page-not-found .logo-scs {
  width: 200px;
  height: auto;
}
