.mt-150 {
  margin-top: 150px;
}

.negativeMargin {
  margin-bottom: -80px;
}

.main-title-qt {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
}

#jobs {
  padding-bottom: 200px !important;
}

.contactBtn label {
  width: 200px;
  cursor: pointer;
}

.contactBtn .btn01 {
  background-color: rgb(209, 135, 222);
  border-color: rgb(209, 135, 222);
}

.contactBtn .btn02 {
  background-color: rgb(103, 255, 79);
  border-color: rgb(103, 255, 79);
  color: #292929;
}

.contactForm label {
  color: #fff;
}

.contactForm .form-control {
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.btnSend {
  width: 200px;
  background-color: rgb(209, 135, 222);
  border-color: rgb(209, 135, 222);
}

/* ===================================================================== INFLUENCIADOR */

.influenciador_bg {
  background: #202020;
}

.influencerPage {
  position: relative;
}

.influencerPage .sideA {
  padding-bottom: 20% !important;
}

.influencerPage .sideA .sideAcontent {
  padding: 0 80px;
}

@media (max-width: 768px) {
  .influencerPage .sideA .sideAcontent {
    padding: 0 25px;
  }
}

.influencerPage .sideA h2 {
  color: #1e58a8;
}

.influencerPage .sideA p {
  color: #273245;
}

.influencerPage .sideA .impossible {
  position: relative;
}

.influencerPage .sideA .detail_01 {
  position: absolute;
  right: -50px;
  top: -25px;
}

@media (max-width: 768px) {
  .influencerPage .sideA .detail_01 {
    position: absolute;
    right: 0px;
    top: 0;
    opacity: 0.2;
  }
}

.influencerPage .sideA .detail_02 {
  margin-top: 40px;
  margin-left: -50px;
}

.influencerPage .sideA .progress {
  height: 100%;
}

@media (max-width: 768px) {
  .influencerPage .sideA .progress {
    height: 30px;
  }
}

.influencerPage .sideA .progress .bg-success {
  background-color: #67ff4f !important;
}

.influencerPage .sideB {
  background-color: #273245;
  padding: 0 80px;
}

@media (max-width: 768px) {
  .influencerPage .sideB {
    padding: 0 25px;
  }
}

.influencerPage .influFooter {
  position: absolute;
  bottom: 0;
}

.influencerPage .sideB .influname {
  color: #67ff4f;
  font-size: 55px;
}

@media (max-width: 768px) {
  .influencerPage .sideB .influname {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .graphs {
    padding-bottom: 60px;
  }

  .graphs img {
    width: 60%;
    margin-bottom: 50px;
  }
}

.influencerPage .sideB .influarea {
  color: #83a2e8;
  font-size: 18px;
}

.influencerPage .sideB .influinfos p {
  font-size: 19px;
  font-weight: 500;
}

.influencerPage .sideB h2 {
  color: #83a2e8;
}

.customMt {
  margin-top: 100px;
}

.progressName {
  text-align: right;
}

@media (max-width: 768px) {
  .progressName {
    text-align: center;
  }

  .progressp {
    text-align: right;
  }
}

.lh {
  line-height: 27px;
}

/*======================================= JOBS HOME*/

.bodyCard {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
}

.bodyCard .containerCard {
  width: 100%;
}
.bodyCard .containerCard .card {
  background: transparent;
  border: none;
}
.bodyCard .containerCard .card .card-img-top {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  transform: translateY(52%);
  transition: 0.5s;
  box-shadow: 0 0 10px rgba(0 0 0 / 30%);
}
.bodyCard .containerCard .card .card-body {
  z-index: 1;
  box-sizing: border-box;
  padding: 1.25em;
  height: auto;
  background: white;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.056),
    0 6.7px 5.3px rgba(0, 0, 0, 0.081), 0 12.5px 10px rgba(0, 0, 0, 0.1),
    0 22.3px 17.9px rgba(0, 0, 0, 0.119), 0 41.8px 33.4px rgba(0, 0, 0, 0.144),
    0 100px 80px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  transition: 0.5s;
  margin-bottom: 10px;
}
.bodyCard .containerCard .card .card-body .card-title {
  margin: 0 0 0.75em 0;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
}
.bodyCard .containerCard .card .card-body .card-text {
  margin: 0 0 1em 0;
}

.bodyCard .containerCard .card .card-body .btn:hover {
  color: white;
  background: black;
}
.bodyCard .containerCard .card:hover .card-img-top {
  transform: translateY(2%);
}
.bodyCard .containerCard .card:hover .card-body {
  transform: translateY(0);
}

.bigInfluMobi {
  display: none;
}

.whop {
  font-size: 17px;
}

@media (max-width: 768px) {
  .bigInfluDesk {
    display: none;
  }
  .bigInfluMobi {
    display: block;
  }
}

.bg-purple {
  background: #9a52e2;
}

.bg-green {
  background: rgb(103, 255, 79);
}

.qt-logo {
  width: 200px !important;
  height: auto !important;
  margin-top: -50px !important;
}

@media (max-width: 768px) {
  .qt-logo {
    margin-top: -110px !important;
  }
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #9a52e2 !important;
  border-color: #9a52e2 !important;
}

.job_0{
  height: 14rem!important;
}
.job_1{
  height: 14rem!important;
}
.job_2{
  height: 20rem!important;
}
.job_3{
  height: 20rem!important;
}
.job_4{
  height: 20rem!important;
}
.job_strong_service{
  color: #84E577!important;
}
.max-h {
  max-height: 1400px;
}

#js-filters-mosaic-flat{
  padding: 0rem 20rem!important;
}


.desktopNone{
  display: none;
}

@media (max-width: 768px) {
  #js-filters-mosaic-flat{
    padding: 0 25px!important;
  }

  .h2mobile{
    font-size: 22px;
  }

  .contactBtn label{
    width: 170px;
  }

  .contactBtn label button{
    width: 170px!important;
  }

  .paddingNone{
    padding-left: 0!important;
    padding-right: 0!important;
  }

  .other-box{
    height: 14rem;
    width: 20rem;
  }

  .other-box h1{
    padding-top: 5rem;
    font-size: 32px;
  }

  .mtNegative{
    margin-top: -100px;
  }

  .desktopNone{
    display: block;
  }

  .mobileNone{
    display: none;
  }

  .other-box-2 {
    height: 14rem;
    width: 20rem;
  }
  .other-box-2 h1{
    padding-top: 5rem;
    font-size: 32px;
  }
}

/* .cbp-ready .cbp-item {
  position: inherit!important;
} */
