.os-content {
  padding: 0 !important;
}

.navigation-wrapper {
  padding: 50px 50px 0;
}

.navigation-menu-menu .menu > li > a:hover,
.navigation-menu-social ul li a i:hover,
.eleden-info a:hover {
  color: #fff;
}

.contact-form-wrapper .nav-pills .nav-link.active span::after,
.submit-contact input {
  background-color: #fff;
}

.slope-contact-form div:not(.submit-contact) input:focus, .slope-contact-form div:not(.submit-contact) textarea:focus {
  border-color: #fff;
}

.text-list a::before {
  background: #000;
}

.button-1::after, .button::after {
  background-color: #000;
  border: 4px solid #fff;
}

.button-1:hover {
  color: #fff;
}

.button::before {
  background-color: #fff;
  border: 4px solid #000;
}

.bg-main {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  background-color: #000;
}
.bg-main h3 {
  color: #fff;
}

.button-3::before {
  background-color: #fff;
}

html {
  scroll-behavior: smooth;
}

.eleden-info a {
  color: #818181;
}

.heading.heading-very-large {
  font-size: 7rem;
}

ul {
  padding-left: 15px;
}

.footer--logo img {
  width: 200px;
}

.footer-bottom i {
  color: #fff;
}
.footer-bottom h6 span {
  color: #fff;
}

.team-content div[class*=col]:nth-child(n+4) {
  margin-top: unset;
}

.team-member {
  margin-top: 50px;
}

.enabled-sticky.shown .logo {
  display: none;
}

.navigation.shown .hamburger {
  position: absolute;
  right: 0;
}

.client-slider .client-slide img {
  filter: saturate(0);
}
.client-slider .client-slide img:hover {
  filter: saturate(1);
}

.instagram_feed {
  display: flex;
  flex-wrap: wrap;
}
.instagram_feed img.insta-image {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.instagram_feed .insta-link {
  position: relative;
  display: block;
  background: #232323;
  padding-top: 100%;
}
.instagram_feed .instagram_new {
  padding: 0;
  box-sizing: border-box;
}

.navigation-menu .artwork-1 {
  bottom: 50px;
  right: 50px;
  z-index: 0;
}

.artwork-1 {
  bottom: -97px;
  right: -72px;
  z-index: -1;
}

.artwork-2 {
  bottom: 0;
  left: 0;
  z-index: 0;
}

.artwork-4 {
  top: -45.6rem;
  right: 0;
  z-index: -1;
}

body.custom-scrollbar .footer {
  padding-bottom: 0;
}

@media (max-width: 1599px) {
  .artwork-1 {
    bottom: -236px;
    right: -66px;
  }
  .artwork-1 img {
    width: 300px;
    height: auto;
  }
  .artwork-2 {
    bottom: -22px;
    left: unset;
    right: 0;
  }
  .artwork-2 img {
    width: 300px;
    transform: scale(-1) rotate(90deg);
  }
  .artwork-4 {
    top: -34.6rem;
  }
  .artwork-4 img {
    width: 300px;
  }
}
.team-member-social {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1199px) {
  .scrolled.navigation:not(.shown) {
    width: calc(100% - var(--side-padding) * 4);
  }
  .scrolled.navigation.shown .navigation-menu {
    left: calc(var(--side-padding) * -2);
  }
  body:not(.thick-scrollbar) .navigation.shown .hamburger {
    padding-right: 4rem;
  }
}
@media (max-width: 575px) {
  .heading.heading-very-large {
    font-size: 5rem;
  }
  .footer--logo img {
    width: 100px;
  }
}/*# sourceMappingURL=ajustes.css.map */