.logo-top {
  width: 10em;
  margin-bottom: 4em;
}

.container-wendel-domus {
  background: #060503;
  font-family: Montserrat, sans-serif;
}

.title-left-top {
  font-size: 2.5em;
  font-weight: bold;
}

@media (max-width: 435px) {
  .title-left-top {
    font-size: 2em;
  }
}

.img-wendel-domus-top {
  width: 25em;
}

@media (min-width: 1400px) {
  .title-left-top {
    font-size: 3.5em;
  }
}

.btn-top-hero {
  background: linear-gradient(45deg, #b58b53, #e7bd88);
  border: none;
  color: rgb(8,6,7);
  margin-top: 1em;
  font-size: 22px;
  padding: 10px 36px;
  width: 100%;
}

.btn-top-hero:hover {
  color: #0e0d0c;
  background: linear-gradient(2deg, #ea9931, #feb853 100%);
  font-weight: bold;
}

.p-itens-hero {
  font-size: 19px;
  margin: 0;
}

.icon-item-hero {
  font-size: 43px;
  margin-right: 17px;
  color: #deb47e;
}

.icon-social-wendel-domus {
  color: #d7ad77;
  font-size: 28px;
  margin-right: 12px;
  transition: ease, transform 0.5s;
}

.icon-social-wendel-domus:hover {
  color: #eacda9;
  transform: scale(1.1);
}

.btn-contato-whats {
  background: linear-gradient(45deg, #b58b53, #e7bd88);
  border: none;
  color: rgb(8,6,7);
  font-size: 17px;
  padding: 10px 21px;
}

.btn-contato-whats:hover {
  color: #0e0d0c;
  background: linear-gradient(2deg, #ea9931, #feb853 100%);
  font-weight: bold;
}

.icon-ty-wendel-domus {
  margin-right: 30px;
  font-size: 34px;
  color: #d7ad77;
  transition: ease, transform 0.5s;
}

.icon-ty-wendel-domus:hover {
  color: #eacda9;
  transform: scale(1.1);
}

.div-exp {
  border: 2px solid #deb47e;
  border-radius: 9px;
  height: 100%;
}

.title-exp {
  font-size: 1.8em;
  font-weight: bold;
}

@media (min-width: 768px) {
  .title-exp {
    font-size: 2.5em;
  }
}

.bg-funil {
  background: #fff;
}

@media (min-width: 1056px) {
  .img-funil {
    width: 26em;
    top: -6%;
    right: 0%;
    position: absolute;
  }
}

#CONT-ACTION {
  background: linear-gradient(20deg, #b58b53, #e7bd88);
  border-radius: 16px;
}

.btn-action {
  background: #fff;
  border: none;
  color: rgb(8,6,7);
  margin-top: 10px;
  font-size: 22px;
  padding: 10px 24px;
}

.btn-action:hover {
  background: #000000;
}

@media (max-width: 760px) {
  .img-foguete {
    width: 7em;
    margin-top: -3em;
    margin-bottom: 2em;
  }
}

@media (min-width: 761px) {
  .img-foguete {
    margin-top: -3em;
    width: 13em;
  }
}

.img-float {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.p-action {
  color: #000000;
  font-size: 18px;
}

.img-clientes-logo {
  width: 4em;
}

.spac-marg {
  margin-top: 5em;
  margin-bottom: 5em;
}

.bg-action2 {
  background: url("../../assets/img/bg3-wendel-domus.webp") center / cover no-repeat;
  background-attachment: fixed;
}

.link-rodape {
  text-decoration: none;
  color: #000000;
}

.link-rodape:hover {
  color: #ffffff;
  font-weight: bold;
}

.title-links-rodape {
  color: #000000;
  font-weight: bold;
  font-size: 19px;
}

.tex-black {
  color: var(--bs-black);
}

.logo-rodape {
  width: 13em;
}

.icon-seta-top {
  color: rgb(101,99,97);
  font-size: 36px;
  margin-bottom: 5px;
  cursor: pointer;
}

.icon-seta-top:hover {
  color: #000000;
}

.img-whats-top {
  width: 3em;
}

.butonscrooll {
  position: fixed;
  bottom: 4%;
  z-index: 999;
  right: 4%;
  display: none;
  background: rgb(222,226,230);
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 39px;
  box-shadow: 1px 1px 13px 1px rgba(218,162,95,0.3);
}

.p-copy-rodape {
  color: #000000;
  font-size: 11px;
}

.bg-hero-mkt-politico {
  background: url("../../assets/img/bg-politico-wendeldomus.webp") bottom / cover no-repeat;
}

.title-black {
  color: var(--bs-black);
  font-weight: bold;
}

.span-sub-title {
  background: #cea46e;
  color: #000000;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 18px;
}

.bg-form {
  background: #000000;
  border-radius: 7px;
}

.title-form {
  color: rgb(206,164,110);
  font-weight: bold;
  margin-bottom: 1.5em;
}

.style-input {
  background: none;
  border: 1px solid rgb(206,164,110);
}

#cargo {
  background-color: #000000;
  border: 1px solid rgb(206,164,110);
}

#CONT-ATENCAO {
  background: #FFF;
  border-radius: 16PX;
}

.titulo-atencao {
  font-size: 29px;
}

.titulo-politico {
  color: var(--bs-black);
  font-weight: bold;
  font-size: 2em;
}

@media (min-width: 576px) {
  .titulo-politico {
    font-size: 3em;
  }
}

@media (min-width: 1296px) {
  .titulo-politico {
    font-size: 4em;
  }
}

.icon-funfa {
  font-size: 18px;
  color: rgb(222,180,126);
  margin-right: 9px;
}

.tex-italic {
  font-style: italic;
  margin-top: 11px;
  color: #000000;
}

.bg-hero-wendel-domus {
  background: url("../../assets/img/bg1-wendel-domus.webp") bottom / cover no-repeat;
}

.row-linhas {
  border-top: 2px solid var(--bs-body-color);
  border-bottom: 2px solid var(--bs-body-color);
}

.bg-sobre {
  background: url("../../assets/img/bg2-wendel-domus.webp") bottom / cover no-repeat;
}

.btn-voltar {
  background: #b0acac;
  border: none;
  color: rgb(8,6,7);
  margin-top: 1em;
  font-size: 15px;
  padding: 10px 16px;
}

.btn-voltar:hover {
  background: #ffffff !important;
  color: #000000 !important;
  font-weight: bold;
}

.btn-proximo {
  background: #dda56a;
  border: none;
  color: rgb(8,6,7);
  margin-top: 1em;
  font-size: 15px;
  padding: 10px 27px;
}

.btn-proximo:hover {
  background: #e7bd88 !important;
  font-weight: bold;
}

.sub-title-form {
  color: rgb(221,165,106);
}

.progress-bar {
  margin: 20px 0;
  text-align: center;
  position: relative;
}

.progress-list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 5px;
  position: relative;
}

.progress-item {
  flex: 1;
  height: 100%;
  background-color: #2d2d2d;
  position: relative;
}

.progress-item.active, .progress-item.completed {
  background-color: #cea46e;
}

.form-section {
  display: none;
}

.form-section.active {
  display: block;
}

.progress-item::after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #2d2d2d;
  position: absolute;
  top: 0;
  left: 100%;
}

.progress-item.completed::after {
  background-color: #cea46e;
}

