:root {
  --scroll-track: #0f0f14;
  --scroll-thumb: #3a3a4a;
  --scroll-thumb-hover: #57576a;
  --scroll-border: #0f0f14;
}

/* WebKit */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: var(--scroll-track);
}

::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb);
  border-radius: 10px;
  border: 2px solid var(--scroll-border);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--scroll-thumb-hover);
}

/* Firefox */
html {
  scrollbar-color: var(--scroll-thumb) var(--scroll-track);
  scrollbar-width: thin;
}


.sub_title_1 {
  line-height: normal;
  font-size: 23px;
}

.line-height-2 {
  line-height: 3;
}


.ao_vivo_badge {
  padding: 5px 10px;
  background-color: red;
  border-radius: 8px;
}

.f-size-18 {
  font-size: 18px;
}

.f-size-20 {
  font-size: 20px;
}

.f-size-22 {
  font-size: 22px;
}

.f-size-24 {
  font-size: 24px;
}

.badge_futcerto {
  font-weight: bold;
}

.p-lg-2 {
  font-size: 1.25rem;
}

.p-lg-3 {
  font-size: 1.3rem;
}

.mt-big-1 {
  margin-top: 6rem !important;
}

.mt-big-2 {
  margin-top: 8rem !important;
}

.mt-big-3 {
  margin-top: 10rem !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.job-position-title {
  padding-bottom: 0px !important;
}

.pad-custom {
  padding: 5px 0 !important;
}

.pricing-features li p {
  line-height: inherit !important;
}

.job-position-title {
  padding-top: 170px;
  /* padding-bottom: 100px !important; */
  margin-bottom: 30px;
}

.bg--03 {
  background-image: url(../images/bg-03.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.img-hero-custom {
  position: relative;
  left: -90px;
  height: 690px;
}

.line-height {
  line-height: 1.6;
}

.color-gray {
  color: var(--bs-gray);
}

.emoji-rotate {
  display: inline-block;
  /* animation: girar 1s linear infinite; */
  transform: rotate(140deg);
}

/* @keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
} */