@font-face {
  font-family: "Plus Jakarta Sans";
  font-display: swap;
  src: url("https://ecanelo.com/wp-content/themes/mrbanana/assets/fonts/PlusJakartaSans-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-display: swap;
  font-weight: 700;
  src: url("https://ecanelo.com/wp-content/themes/mrbanana/assets/fonts/static/PlusJakartaSans-Bold.ttf");
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}

body,
main {
  position: relative;
  margin: 0;
  z-index: -1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wd-counter {
  margin: 0;
  font-family: "Plus Jakarta Sans", serif !important;
  font-weight: 700;
  color: #000000;
}

h1 {
  font-size: 80px;
  line-height: 1.1;
}

h2 {
  font-size: 59px;
  line-height: 74px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 34px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p,
a,
button,
.small-text,
input,
label,
.meta-wrapper,
.meta-text,
text,
li,
.current,
.forminator-textarea,
.forminator-label,
.large-text,
.website-for-label,
.solutions-label {
  font-family: "Plus Jakarta Sans", serif !important;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
}

p {
  line-height: 1.5;
}

a {
  color: #F23801;
  transition: color 0.2s ease;
}

a:hover {
  color: #9E9E9E;
}

.small-text,
.small-text a {
  font-size: 16px;
}

.hero-text {
  font-size: 22px;
}

.headline-subtitle {
  color: #9E9E9E;
  font-size: 16px;
  text-transform: uppercase;
}

.accent,
.accentHero {
  display: inline-block;
  color: #F23801;
  white-space: nowrap;
}

.is-font-color {
  color: #F23801 !important;
}
.is-font-color a {
  color: #F23801 !important;
}

.button-default,
.button-opposite {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 32px;
  border: 1px solid #F23801;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}

.button-default {
  margin-right: 24px;
}

.button-default,
.button-opposite:hover {
  color: #FFFFFF;
  background-color: #F23801;
}

.button-opposite,
.button-default:hover {
  color: #000000;
  background-color: transparent;
}

.back-to-top {
  position: fixed;
  right: -100px;
  bottom: 40px;
  height: 40px;
  width: 40px;
  background-color: #F23801;
  border: none;
  border-radius: 30px;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  transition: 0.1s ease-in-out;
}
.back-to-top img {
  margin-top: 0.1em;
  margin-left: auto;
  margin-right: auto;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(3deg) brightness(100%) contrast(104%);
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  padding: 0 10px;
  box-sizing: border-box;
}
.wrapper .content-container {
  padding-top: 80px;
}
.wrapper .not-found-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12em 0;
}
.wrapper .not-found-container .large-text {
  font-size: 45px;
}

.full-image {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.block-image {
  display: block;
  width: 100%;
  max-width: 450px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1140px) {
  h1 {
    font-size: 72px;
    line-height: 76px;
  }
  h2 {
    font-size: 60px;
    line-height: 68px;
  }
  .full-image {
    max-width: 500px;
  }
}
@media only screen and (max-width: 850px) {
  h1 {
    font-size: 60px;
    line-height: 68px;
  }
  h2 {
    font-size: 50px;
    line-height: 56px;
  }
  .hero-text {
    font-size: 18px;
  }
  .button-default,
  .button-opposite {
    font-size: 15px;
  }
}
@media only screen and (max-width: 420px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
  h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .hero-text {
    font-size: 18px;
  }
  .button-default,
  .button-opposite {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15px;
  }
}/*# sourceMappingURL=global.css.map */