.hero-7 .desktop-bg {
  z-index: -1;

  inset: 0 0 666px;

  /* min-height: 450px; */
}

.about {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 40px;
  position: relative;
  top: -60px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #db91a8;

  display: block;
}

.botao {
  background-color: var(--theme-color3);
}

.botao:hover {
  background-color: #80595f;
}

.button-site {
  background-color: var(--theme-color);
}

.button-site:hover {
  background-color: #8f5c6f;
}

.mobile-bg {
  height: 100%;

  width: 100%;

  object-fit: cover;
}

p {
  font-family: var(--body-font);

  margin: 0 0 0px;

  color: var(--body-color);

  line-height: 1.75;
}

.hero-7 .th-hero-thumb img {
  width: 100%;

  border-radius: 0px;
}

.header-layout6 .menu-area {
  padding: 0px 0;
}

.title-form,
.paragraph-form {
  color: var(--theme-color3);
}

.button-file {
  background-color: var(--theme-color);
}

.button-file:hover {
  background-color: #8f5c6f;
}

.botao {
  background-color: var(--theme-color3);
}

.botao:hover {
  background-color: #80595f;
}

.button-site {
  background-color: var(--theme-color);
}

.button-site:hover {
  background-color: #8f5c6f;
}

.sticky-wrapper .logo {
  display: block;
}

.sticky-wrapper.sticky .logo {
  display: none;
}

.sticky-wrapper .logo-sticky {
  display: none;
}

.sticky-wrapper.sticky .logo-sticky {
  display: block;
}

.saiba-mais {
  position: absolute;

  left: 60%;

  bottom: 153px;

  transform: translateX(-50%);

  animation-name: floating;

  animation-duration: 3s;

  animation-iteration-count: infinite;

  animation-timing-function: ease-in-out;
}

.text-vagas {
  color: var(--theme-color3);
}

.appointment-form2 select,
.appointment-form2 .form-control,
.appointment-form2 .form-select,
.appointment-form2 textarea,
.appointment-form2 input {
  border: 1px solid #0000001a;

  font-size: 15px;
}

.appointment-form2 {
  margin-top: 25px;
}

.header-button {
  top: 10px;
  position: relative;
}

.lgpd {
  position: fixed;
  bottom: 20px;
  z-index: 10;
  color: #fff;
  width: 100%;
  font-family: "Nexa Regular", sans-serif;
  display: none;
}
.lgpd .lgpd-content {
  background-color: rgba(162, 116, 124, 0.9);
  padding: 10px 20px;
  border-radius: 5px;
}
.lgpd .lgpd-content a {
  color: var(--theme-color2);
}
.lgpd .lgpd-content .th-btn.style9 {
  color: var(--theme-color);
}
.lgpd .lgpd-content .th-btn.style9:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.lgpd .th-btn:hover::after,
.lgpd .th-btn:hover::before {
  background-color: var(--theme-color);
}


@media (min-width: 320px) {
  .saiba-mais {
    position: absolute;

    left: 35%;

    bottom: 170px;

    transform: translateX(-50%);

    animation-name: floating;

    animation-duration: 3s;

    animation-iteration-count: infinite;

    animation-timing-function: ease-in-out;
  }
}

@media (min-width: 350px) {
}

@media (min-width: 375px) {
  .saiba-mais {
    bottom: 200px;
  }
}

@media (min-width: 745px) {
  .saiba-mais {
    bottom: 550px;

    left: 35%;
  }
}

@media (min-width: 768px) {
  .hero-7 .desktop-bg {
    z-index: -1;

    inset: 0 0 666px;
  }

  .saiba-mais {
    bottom: 150px;

    left: 35%;
  }

  .mobile-bg {
    margin-top: -50px;

    height: 100%;

    width: 100%;

    object-fit: cover;
  }
}

@media (min-width: 1000px) {
  .hero-7 .desktop-bg {
    z-index: -1;

    inset: 0 0 666px;
  }

  .saiba-mais {
    bottom: 150px;

    left: 40%;
  }

  .about {
    top: -60px;
  }
}

@media (min-width: 1340px) {
  .hero-7 .desktop-bg {
    z-index: -1;

    inset: 0 0 666px;
  }

  .saiba-mais {
    bottom: 120px;
  }

  .about {
    top: -5px;
  }
}

@media (min-width: 1430px) {
  .hero-7 .desktop-bg {
    z-index: -1;

    inset: 0 0 666px;
  }

  .saiba-mais {
    bottom: 170px;

    left: 47%;
  }

  .about {
    top: -81px;
  }

  .header-button {
    top: 40px;
  }
}

@media (min-width: 1699px) {
  .hero-7 .desktop-bg {
    z-index: -1;

    inset: 0 0 666px;
  }

  .saiba-mais {
    bottom: 154px;
  }

  .header-button {
    top: 115px;
  }

  .about {
    top: -5px;
  }
}

@media (min-width: 1700px) {
  .hero-7 .desktop-bg {
    z-index: -1;

    inset: 0 0 666px;
  }
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, -0px);
  }
}
