@import "main.css";

:root {
  --font-base: "Nomixa-Regular", sans-serif;
  --font-bold: "Nomixa-Bold", sans-serif;
  --font-fa: "FontAwesome";
  --color-bg-light: #f7f7f7;
  --color-bg-dark: #000000;
  --color-praksis: #eb5e28;
}

@font-face {
  font-family: "Nomixa-Bold";
  src: url("../fonts/Nomixa-Bold.woff2") format("woff2"),
    url("../fonts/Nomixa-Bold.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nomixa-Regular";
  src: url("../fonts/Nomixa-Regular.woff2") format("woff2"),
    url("../fonts/Nomixa-Regular.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/fontawesome-webfont.woff") format("woff"),
    url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: var(--font-base);
  font-weight: 400;
}

.section-padding {
  padding: 100px 0;
  background-color: var(--color-bg-light);
}

.container {
  margin-top: 22px;
}

.tit {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 38px;
  font-weight: 900;
  text-transform: capitalize;
}

h1 {
  font-family: var(--font-bold);
}

h2,
h3,
h4 {
  font-family: var(--font-base);
}

h5 {
  font-family: var(--font-bold);
}

h6 {
  font-family: var(--font-bold);
}

p {
  color: #888;
}

main {
  position: relative;
  z-index: 2;
  background: #fff;
  margin-bottom: 247px;
}

input:focus,
textarea:focus {
  border-color: #555 !important;
}

.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}
.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  color: #eb5e28;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

.navbar {
  background: #000;
  height: 60px;
  line-height: 60px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  text-transform: capitalize;
  z-index: 99999;
  display: none;
}

.pks-title
{
  font-family: var(--font-bold) !important;
  padding-top: 3px !important;
  color: #eb5e28 !important;
}

.navbar .navbar-brand,
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  font-size: 30px;
  color: #eee;
  padding-top: 20px;
  text-transform: uppercase;
}

.navbar .navbar-nav > li > a {
  margin: 0 !important;
  color: #aaa !important;
  padding: 0 !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}

.navbar .navbar-nav > li {
  font-size: 13px;
  text-transform: uppercase;
  margin: 20px 15px 0;
  padding: 5 10px;
  background: none;
  cursor: pointer;
  position: relative;
}

.navbar .navbar-nav > li > a.active {
  color: #fff !important;
  background: none;
}

.header {
  height: 100vh;
  width: 100%;
  background: var(--color-bg-dark);
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: overlay;
  position: relative;
  overflow: hidden;
}

.caption {
  color: #fff;
  text-transform: capitalize;
}

.caption h1 {
  margin: 20px auto;
  font-size: clamp(36px, 8vw, 90px);
}

.button-scroll {
  position: absolute;
  bottom: 5vh;
  left: calc(50% - 13px);
  width: 26px;
  height: 50px;
  border-radius: 15px;
  border: 2px solid #fff;
  cursor: pointer;
  z-index: 9999;
}
.button-scroll span {
  position: absolute;
  left: calc(50% - 4px);
  color: #fff;
  -webkit-animation: scroll 0.5s infinite alternate;
  -moz-animation: scroll 0.5s infinite alternate;
  animation: scroll 0.5s infinite alternate;
}
@keyframes scroll {
  0% {
    top: 50%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 60%;
  }
}
@-webkit-keyframes scroll {
  0% {
    top: 50%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 60%;
  }
}
@-moz-keyframes scroll {
  0% {
    top: 50%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 60%;
  }
}

.hero {
  padding-top: 100px;
  background: var(--color-bg-light);
}

.hero .hero-item p {
  line-height: 2;
}
.hero .hero-img {
  position: relative;
}
.hero button {
  padding: 8px 25px;
  border: none;
  background: #111;
  color: #eee;
  transition: all 0.5s;
}
.hero button:hover {
  background: #eee;
  color: #222;
}
.hero .skills {
  padding-top: 50px;
}

.hero .skills .item h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 20px 10px;
}
.hero .skills .item .skills-progress {
  width: 100%;
  height: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
  background: var(--color-bg-light);
}
.hero .skills .item .skills-progress span {
  width: 0;
  height: 100%;
  border-radius: 30px;
  background: #111;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hero .skills .item .skills-progress span:after {
  content: attr(data-value);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
  background: var(--color-bg-light);
  position: absolute;
  top: 0px;
  right: -5px;
}
.skills-span {
  color: #eb5e28 !important;
}

.hero .services {
  background: var(--color-bg-light);
  margin-top: 100px;
}
.services .serv-row .serv-item {
  padding: 40px 20px;
  text-align: center;
  background: #fff;
}
.services .serv-row .serv-item span {
  font-size: 60px;
  font-weight: 900;
  color: #111;
  font-family: var(--font-base);
}
.services .serv-row .serv-item h6 {
  margin: 25px auto;
  font-size: 20px;
}

.portfolio {
  overflow: hidden;
}
.portfolio .filtering span {
  padding: 0 25px 5px 20px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.portfolio .filtering .active:after {
  width: 60%;
}
.portfolio .filtering span:after {
  content: "";
  background: #111;
  position: absolute;
  left: 18%;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: all 0.5s;
}

.item-img {
  padding: 15px;
  position: relative;
}
.item-img-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.item-img-overlay .v,
.item-img-overlay .x {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
}
.item-img:hover .v:after,
.item-img:hover .v:before {
  left: 10%;
  right: 10%;
}
.item-img:hover .x:after,
.item-img:hover .x:before {
  top: 10%;
  bottom: 10%;
}

.item-img-overlay .v:after,
.item-img-overlay .v:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 50%;
  right: 50%;
  background: #eee;
  transition: all 0.5s;
}
.item-img-overlay .v:after {
  top: 10%;
}
.item-img-overlay .v:before {
  bottom: 10%;
}

.item-img-overlay .x:after,
.item-img-overlay .x:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  background: #eee;
  transition: all 0.5s;
}
.item-img-overlay .x:after {
  right: 10%;
}
.item-img-overlay .x:before {
  left: 10%;
}

.item-img-overlay .overlay-info {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #aaa;
  transition: all 0.5s;
}
.item-img-overlay .v-middle a {
  color: #eee;
  font-size: 25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: auto;
}
.item-img-overlay .v-middle h5 {
  color: #eee;
  font-weight: 600;
}
.item-img:hover .item-img-overlay {
  opacity: 1;
}

.clients {
  background-image: url(../img/clients.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.clients .client-say {
}
.client-say .tit {
  color: #fff;
  margin-bottom: 80px;
}
.client-say .client-item p {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 30px;
}
.client-say .client-item h6 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #000;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  transform: scale(1.2, 1.2);
}
.clients .owl-theme .owl-nav {
  margin: 0;
}
.clients .owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  border: 1px solid #eee;
  padding: 5px 20px;
  color: #fff;
  border-radius: 0;
}
.clients .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  bottom: 0;
}
.clients .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
  bottom: 0;
}

.numb {
  margin-top: -80px !important;
}

.numbers .numb-item span {
  font-size: 40px;
}
.numbers .numb-item h3 {
  font-weight: 900;
  margin: 20px auto;
  color: #222;
}
.numbers .numb-item p {
  color: #111;
}

.blog {
  background: var(--color-bg-light);
}
.blog .content-post {
  background: #fff;
  padding: 30px 20px;
}
.blog .content-post h6 {
  margin: 0;
  text-transform: uppercase;
}
.blog .content-post .date {
  font-size: 12px;
  color: #777;
  margin: 15px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.blog .content-post .date span {
  padding-left: 7px;
}
.blog .content-post a,
.blog .content-post a:hover {
  color: #222;
}

.contact .cont-info .info-item {
  margin-bottom: 50px;
}
.contact .cont-info .info-item .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  float: left;
  background: #222;
  color: #eee;
  border-radius: 4px;
}
.contact .cont-info .info-content {
  margin-left: 70px;
  color: #666;
}
.contact .cont-info .info-content h6 {
  font-size: 14px;
}
.contact .cont-info .info-content h5 {
  font-size: 16px;
}
.contact .social-icon span {
  margin: 0 2px;
  font-size: 20px;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #222;
}
.contact .social-icon span:hover {
  transform: translateY(-4px);
  background: #111;
  border-color: #111;
  color: #fff;
}
.contact .form {
  overflow: hidden;
}
.contact .form input,
.contact .form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  background: var(--color-bg-light);
  margin-bottom: 30px;
}
.contact .form textarea {
  max-width: 100%;
  max-height: 140px;
  height: 140px;
}
.contact .form input.button {
  background: #111;
  color: #eee;
  transition: all 0.5s;
}
.contact .form input.button:hover {
  background: #333;
}

footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #111;
  padding: 80px 0;
  text-align: center;
  z-index: 1;
}
footer .social-icon span {
  color: #eee;
  margin: 10px 2px 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
}
footer .social-icon span:hover {
  color: #111;
  background: #eee;
}
footer p {
  color: #aaa;
}

#particles-js {
  width: 100%;
  height: 100%;
}

.cd-headline.rotate-1 .cd-words-wrapper {
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  transform: rotateX(0deg);
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  transform: rotateX(180deg);
  animation: cd-rotate-1-out 1.2s;
}
@keyframes cd-rotate-1-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}

.demo-4 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.demo-4-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.posts {
  height: 70vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  background-image: url(../img/bg-1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: overlay;
  position: relative;
  overflow: hidden;
}

.s-post,
.comments,
.post-comment {
  padding-right: 40px;
  margin: 80px auto;
  border-right: 1px solid #eee;
  overflow: hidden;
}
.s-post .img-post {
  position: relative;
  overflow: hidden;
}
.s-post .img-post:hover .social-icon {
  opacity: 1;
  bottom: 0;
}
.s-post .img-post .social-icon {
  position: absolute;
  bottom: -50px;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.s-post .img-post .social-icon span {
  width: 50px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  margin: 0 -2px;
  cursor: pointer;
}
.s-post .content-post {
  padding: 50px 0;
}
.s-post .content-post h5 {
  margin: 0;
  font-weight: 700;
}
.s-post .content-post .date {
  font-size: 12px;
  color: #888;
  margin: 20px auto;
  padding-bottom: 20px;
  display: block;
  border-bottom: 1px solid #eee;
}
.s-post .content-post .date span {
  margin: 0 5px;
}
.s-post .content-post .special {
  padding: 20px;
  margin-left: 40px;
  background: var(--color-bg-light);
}
.s-post .content-post .special p {
  padding-left: 20px;
  border-left: 4px solid #eee;
}

.comments .com-post img {
  width: 80px;
  float: left;
}
.comments .com-post .content {
  margin-left: 100px;
}
.comments .com-post .content h6 {
  font-size: 16px;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #eee;
}
.comments .com-post .content h6 span {
  color: #ccc;
}

.post-comment .tit,
.comments .tit {
  font-size: 30px;
}
.post-comment .tit:after,
.comments .tit:after {
  left: 0;
}
.post-comment .form input,
.post-comment .form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.post-comment .form textarea {
  max-width: 100%;
  max-height: 100px;
  height: 100px;
}
.post-comment .form input.button {
  padding: 7px 25px;
  background: #222;
  color: #eee;
  border: 0;
  transition: all 0.5s;
}
.post-comment .form input.button:hover {
  background: #eee;
  color: #222;
}
.side-bar {
  margin-top: 40px;
}
.side-bar .search {
  position: relative;
}
.side-bar .search input {
  width: 100%;
  padding: 7px 50px 7px 7px;
  border: none;
  border: 1px solid #eee;
}
.side-bar .search span {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  text-align: center;
  padding-top: 7px;
  width: 50px;
  background: #eee;
}
.side-bar .side-title {
  position: relative;
}
.side-bar .side-title h6 {
  position: relative;
  padding: 20px 0;
  border-bottom: 2px solid #eee;
  text-transform: uppercase;
  font-family: "Nomixa", sans-serif, cursive;
}
.side-bar .social-icon span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  background: var(--color-bg-light);
  transition: all 0.5s;
}
.side-bar .social-icon span:hover {
  background: #111;
  color: var(--color-bg-light);
}
.side-bar .categories .catg span {
  float: right;
}
.side-bar .tags .tag span {
  background: var(--color-bg-light);
  padding: 10px 20px;
  margin-bottom: 5px;
}

.soft-card {
  border: 1px solid #ededed;
  border-radius: 18px;
  padding: 22px 20px;
  transition: all 0.25s ease;
  background: #fff;
  height: 100%;
}
.soft-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border-color: #e5e5e5;
}
.serv-item h6 {
  margin: 10px 0 8px;
}
.serv-item p {
  margin: 0;
  color: #666;
}

.serv-ico {
  background: #fff;
  color: #111;
  /* border: 1px solid #e9e9e9; */
  border-radius: 14px;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.25s ease;
}
.soft-card:hover .serv-ico {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

.serv-ico .icon-target,
.serv-ico .icon-bolt,
.serv-ico .icon-profile-male,
.serv-ico .icon-chat,
.serv-ico .icon-map {
  font-size: 20px;
  line-height: 1;
}

.praksis-tapes {
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: -203px;
}
.tape {
  position: absolute;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.tape-track {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}
.tape-track span {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-right: 2rem;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 18px 2rem;
  transform: none !important;
}

.tape-back {
  top: 130px;
  transform: rotate(-0.3deg) !important;
  filter: blur(1.2px) saturate(0.9);
  width: 100vw;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: 2rem;
  font-family: var(--font-base);
  letter-spacing: -1.2px;
  font-weight: 700;
  color: #000;
  padding: 0.5rem 0;
  background: #eb5e28;
  opacity: 0.75;
  mix-blend-mode: multiply;
}

.tape-back .tape-track {
  animation: marquee-reverse 24s linear infinite;
}

.tape-back span {
  color: rgba(0, 0, 0, 0.55);
}

.tape-front {
  transform: rotate(1.6deg) !important;
  z-index: 2;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: -60px;
  width: 100vw;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: 2rem;
  font-family: var(--font-base);
  letter-spacing: -1.2px;
  font-weight: 700;
  color: #000;
  padding: 0.5rem 0;
  background: #eb5e28;
}
.tape-front span {
  color: rgba(0, 0, 0, 0.55);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee-reverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.serv-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #111;
  color: #fff;
}
.serv-item h6 {
  margin: 10px 0 8px;
}
.serv-item p {
  margin: 0;
  color: #666;
}

/* ===========================
   Hero responsivo iPhone XR
============================== */
@media screen and (max-width: 430px) and (orientation: portrait) {

  .cd-words-wrapper b {
    font-size: clamp(24px, 6.2vw, 34px);
    line-height: 1.06;
    letter-spacing: 0.02em;
    white-space: nowrap !important;
  }

  .caption h1 {
    font-size: 0px !important;
  }

  .skills {
    margin-top: -64px;
  }

  .niveis{
    margin-top: -186px !important;
  }
}

.serv-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #fff;
  color: #111;
  /* border: 1px solid #e9e9e9; */
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.25s ease;
}

.soft-card:hover .serv-ico {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

.serv-ico.soft {
  background: #f5f5f7;
  /* border: 1px solid transparent; */
  color: #111;
}

.serv-ico.brand {
  background: rgba(255, 92, 0, 0.12);
  /* border: 1px solid rgba(255, 92, 0, 0.28); */
  color: #eb5e28;
}

.serv-ico.glass {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  /* border: 1px solid rgba(0, 0, 0, 0.06); */
  color: #111;
}

.serv-ico [class^="icon-"],
.serv-ico [class*=" icon-"] {
  font-size: 22px;
  line-height: 1;
}

.btn-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-family: var(--font-base);
  font-weight: 800;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1;
  width: auto !important;
  text-align: center !important;
  border: 0;
  transition: transform 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease, color 0.15s ease;
}

.btn-cta::after {
  content: "\f061";
  font-family: var(--font-fa);
  font-weight: normal;
  font-size: 1.15em;
  margin-left: 0.7rem;
  line-height: 1;
  display: inline-block;
  transform: translateY(1px);
}

.btn-cta.brand {
  background: #eb5e28;
  color: #111;
  box-shadow: 0 16px 38px rgba(255, 92, 0, 0.22);
  font-family: var(--font-bold)
}
.btn-cta.brand:hover {
  background: #ff6d1a;
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(255, 92, 0, 0.26);
}
.btn-cta.brand:active {
  transform: translateY(0);
  box-shadow: 0 10px 22px rgba(255, 92, 0, 0.2);
}

.col-md-12.text-center .btn-cta {
  margin: 0 auto;
}

.niveis{
  margin-top: -130px !important;
}