#WebC_Home_Hero {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 140px;
  overflow: visible;
  background-color: var(--theme-black);
}
@media screen and (max-width: 767px) {
  #WebC_Home_Hero {
    background-color: transparent;
    flex-direction: column;
  }
}
#WebC_Home_Hero .container,
#WebC_Home_Hero .row,
#WebC_Home_Hero .col-12 {
  position: relative;
  z-index: 3;
}
#WebC_Home_Hero .section-home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #WebC_Home_Hero .section-home-hero__media {
    display: none;
  }
}
#WebC_Home_Hero .section-home-hero__background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#WebC_Home_Hero .section-home-hero__background-fallback {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(var(--theme-black-rgb), 0.76) 0%, rgba(var(--theme-base-rgb), 0.5) 100%);
}
#WebC_Home_Hero .section-home-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(var(--theme-black-rgb), 0.55) 0%, rgba(var(--theme-black-rgb), 0.4) 50%, rgba(var(--theme-black-rgb), 0.65) 100%);
}
#WebC_Home_Hero .section-home-hero__content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin: 0 auto;
  color: var(--theme-white);
}
#WebC_Home_Hero .section-home-hero__logo-wrap {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  #WebC_Home_Hero .section-home-hero__logo-wrap {
    display: none;
  }
}
#WebC_Home_Hero .section-home-hero__logo {
  max-width: 82px;
  object-fit: contain;
}
#WebC_Home_Hero .section-home-hero__title {
  margin-bottom: 20px;
  font-family: var(--theme-font-two);
  font-size: clamp(40px, 6vw, 96px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--cybe-20);
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  #WebC_Home_Hero .section-home-hero__title {
    margin-top: 10px;
    color: var(--theme-base);
  }
}
#WebC_Home_Hero .section-home-hero__title span {
  color: var(--theme-primary);
}
#WebC_Home_Hero .section-home-hero__text {
  font-family: var(--theme-font);
  font-weight: 300;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--theme-soft);
}
#WebC_Home_Hero .section-home-hero__text p {
  font-family: var(--theme-font);
  font-weight: 300;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--theme-soft);
}
#WebC_Home_Hero .section-home-hero__text p strong {
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #WebC_Home_Hero .section-home-hero__text p {
    font-size: 15px;
    line-height: 21px;
    color: var(--texto);
    margin-bottom: 19px;
  }
}
#WebC_Home_Hero .section-home-hero__text p + p {
  margin-top: 12px;
}
#WebC_Home_Hero .section-home-hero__button-wrap {
  margin-bottom: 56px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #WebC_Home_Hero .section-home-hero__button-wrap {
    display: none;
  }
}
#WebC_Home_Hero .section-home-hero__button {
  min-width: 180px;
}
#WebC_Home_Hero .section-home-hero__video-card-wrap {
  position: absolute;
  z-index: 9;
  bottom: -28px;
  border-radius: 15px;
  border: 6.07px solid #FFFFFF99;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #WebC_Home_Hero .section-home-hero__video-card-wrap {
    position: unset;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#WebC_Home_Hero .section-home-hero__video-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 304px;
  padding: 38px 20px;
  border-radius: 15px;
  background: rgba(var(--theme-white-rgb), 0.08);
  text-decoration: none;
  transition: all 0.3s ease;
  background: linear-gradient(1.88deg, rgba(100, 23, 59, 0.56) 14.07%, rgba(102, 102, 102, 0) 94.07%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#WebC_Home_Hero .section-home-hero__video-card:hover {
  background: linear-gradient(0deg, #64173B -8.19%, rgba(102, 102, 102, 0) 132.95%);
}
#WebC_Home_Hero .section-home-hero__video-card:hover .section-home-hero__miniatura-video {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
#WebC_Home_Hero .section-home-hero__miniatura-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#WebC_Home_Hero .section-home-hero__video-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 52px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#WebC_Home_Hero .section-home-hero__video-play {
  display: flex;
  align-items: center;
  justify-content: center;
}
#WebC_Home_Hero .section-home-hero__video-title {
  margin: 0;
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 23.92px;
  line-height: 27.28px;
  letter-spacing: 0%;
  color: var(--theme-white);
}
@media screen and (max-width: 767px) {
  #WebC_Home_Hero .section-home-hero__button-wrap_mv {
    display: block !important;
    margin-top: 17px;
    margin-bottom: 0px !important;
  }
  #WebC_Home_Hero .section-home-hero__button-wrap_mv .thm-btn {
    padding: 16px 81px;
  }
}
@media (max-width: 991.98px) {
  #WebC_Home_Hero {
    padding: 100px 0 120px;
  }
  #WebC_Home_Hero .section-home-hero__content {
    max-width: 100%;
  }
  #WebC_Home_Hero .section-home-hero__title {
    font-size: clamp(34px, 8vw, 56px);
  }
  #WebC_Home_Hero .section-home-hero__button-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  #WebC_Home_Hero {
    min-height: auto;
    padding: 100px 15px 30px;
  }
  #WebC_Home_Hero .section-home-hero__logo {
    max-width: 60px;
    max-height: 60px;
  }
  #WebC_Home_Hero .section-home-hero__title {
    font-size: 34px;
  }
  #WebC_Home_Hero .section-home-hero__text {
    font-size: 15px;
  }
  #WebC_Home_Hero .section-home-hero__video-card {
    min-width: 360px;
    padding: 46px 18px 57px;
  }
}
