/* Navbar always with black background */
.navbar.absolute.transparent,
.navbar {
  background: black !important;
}

.owl-dot span {
  background-color: rgb(252, 203, 29) !important;
}
.nav-item a, footer a, .social li a i {
  color: white !important;
}
.banner--stick {
  background: black !important;
}
span {
  color: rgb(200, 199, 193) !important;
  background-color: transparent !important;
}
.arrow_mini_block {
  display: none !important;
}
#titular {
  font-family: "Satoshi", sans-serif !important;
  font-size: 56px !important;
  font-weight: 900 !important;
  line-height: 64px !important;
  color: black !important;
  -webkit-text-fill-color: black !important;
  background: transparent !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}
#wrapper_1 p {
  color: white !important;
  -webkit-text-fill-color: white !important;
  background: transparent !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}
.navbar-brand img, .logo {
  box-shadow: none !important;
  background: transparent !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Satoshi", sans-serif !important;
  font-weight: 900 !important;
  color: rgb(27, 27, 24) !important;
  line-height: 48px !important;
}
#wrapper_1 {
  background: url('https://cdn.builder.io/api/v1/image/assets%2Fd5e2d72a033944e1a916c5c34902a1ff%2F19e3e4b7f59148e3af756a2fc03a42ab?width=2000') !important;
  background-size: cover !important;

}
#wrapper_2 {
  padding-top: 100px !important;
  background: linear-gradient(180deg, var(--token-83385d7a-7b22-4a37-ba71-56214e5c9350, #fefbf1) 0%, rgb(255, 255, 255) 100%) !important;
}
#wrapper_6 {
  background-color: rgb(34, 34, 59) !important;
}
#wrapper_6 h3 {
  color: white !important;
}
#titular2 {
   max-width: 700px;
   font-size: 56px !important;
}
#titular2, p {
  font-family: "Satoshi", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: rgb(27, 27, 24) !important;
  line-height: 32px !important;
}
img {
  border-radius: 25px !important;
  box-shadow: var(--shadow) !important;
  transition: all 200ms ease-in-out;
  background: var(--color-white);
}
.btn {
  display: inline !important;
  border-radius: 32px !important;
  box-shadow: none !important;
  color: white !important;
  font-family: "Satoshi", sans-serif !important;
  background: linear-gradient(142deg, #509af0 14%, #471aff 38%, #471aff 62%, #509af0 90%);
  transform: translateX(24%);
}
body, a {
  font-family: "Sora", "Sora Placeholder", sans-serif !important;
  font-weight: 500 !important;
}
footer a {
  color: black !important;
}
@media screen and (max-width: 1024px) {
  #titular {
    margin-top: 20px;
    font-size: 36px !important;
    line-height: 48px !important;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 48px !important;
  }
}

