input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  padding-left: 20px;
  height: 50px;
  font-family: var(--ltn__heading-font);
}

@media (max-width: 767px) {

  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="submit"],
  textarea {
    padding-left: 20px;
    height: 45px;
    font-family: var(--ltn__heading-font);
  }
}

/* Exibir o menu dropdown com animação */
.dropdown-menu.show {
  display: block;
  transform: translate3d(0px, 0px, 0px) !important;
  position: relative !important;
  opacity: 1;
  max-height: 300px;
  top: 5px !important;
  transform: translateY(0);
  pointer-events: all;
  overflow-y: auto;
}

#bs-select-1.inner.show {
  overflow-y: hidden !important;
}

/* Efeito de hover nas opções */
.dropdown-menu li .active {
  background-color: #f8f9fa;
  /* Cor de fundo suave ao passar o mouse */
  color: var(--cor-site-2) !important;
  /* Cor do texto ao passar o mouse */
  border-radius: 12px;
}

button.w-100.btn.theme-btn-1.text-uppercase {
  height: 65px;
  padding: 20px;
}

.flex-busca {
  display: flex;
}

a#toggleDropdownBairroLocacao,
a#toggleDropdownBairroVenda {
  width: 200px;
  padding: 1.6em;
  align-items: center;
  display: flex;
}

div#toggleDropdownCodigoLocacao,
div#toggleDropdownCodigoVenda {
  width: 200px;
  padding: 1.6em;
  align-items: center;
  display: flex;
}

a#toggleDropdownCidadeLocacao,
a#toggleDropdownCidadeVenda {
  width: 200px;
  padding: 1.6em;
  align-items: center;
  display: flex;
}

a#toggleDropdownValorLocacao,
a#toggleDropdownValorVenda {
  width: 200px;
  padding: 1.6em;
  align-items: center;
  display: flex;
}

a#toggleDropdownTipoLocacao,
a#toggleDropdownTipoVenda {
  width: 280px;
  padding: 1.6em;
  align-items: center;
  display: flex;
}

a#toggleDropdownFinalidadeLocacao,
a#toggleDropdownFinalidadeVenda {
  width: 280px;
  padding: 1.6em;
  align-items: center;
  display: flex;
}

.tab-content {
  width: 100%;
  display: grid;
  justify-items: center;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;

}

.error-message {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffebee;
  color: #d32f2f;
  padding: 12px 24px;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-left: 4px solid #d32f2f;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    top: 10px;
  }

  to {
    opacity: 1;
    top: 20px;
  }
}

.error-message.fade-out {
  animation: fadeOut 0.5s ease-in-out forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
    top: 20px;
  }

  to {
    opacity: 0;
    top: 10px;
  }
}

.search-mode-option.active {
  background: #fff;
  color: var(--cor-site-1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Remove a borda do form-control */
.code-search-input.form-control {
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

/* Ajusta o alinhamento vertical */
.flex-busca .w-100 {
  display: flex;
}

input#codigoImovelLocacao,
input#codigoImovelVenda {
  border: none !important;
  height: 20px;
  font-size: 14px;
  color: #666666;
  padding-left: 0px;
  background-color: transparent !important;
  box-shadow: none !important;
}

input#codigoImovelLocacao:focus,
input#codigoImovelVenda:focus {
  background-color: transparent !important;
  border-radius: 0px;
}

input::placeholder {
  color: #666666 !important;
}



@media (max-width: 1199px) and (min-width: 1024px) {

  a#toggleDropdownTipoLocacao,
  a#toggleDropdownTipoVenda {
    width: 230px;
  }

  a#toggleDropdownFinalidadeLocacao,
  a#toggleDropdownFinalidadeVenda {
    width: 230px;
  }
}

@media (max-width: 1023px) and (min-width: 900px) {

  a#toggleDropdownTipoLocacao,
  a#toggleDropdownTipoVenda {
    width: 230px;
  }

  a#toggleDropdownFinalidadeLocacao,
  a#toggleDropdownFinalidadeVenda {
    width: 230px;
  }
}

@media (max-width: 899px) and (min-width: 768px) {

  a#toggleDropdownTipoLocacao,
  a#toggleDropdownTipoVenda {
    width: 200px;
  }

  a#toggleDropdownFinalidadeLocacao,
  a#toggleDropdownFinalidadeVenda {
    width: 200px;
  }
}

@media only screen and (max-width: 600px) {
  .ltn__product-slider-area.ltn__product-gutter.pt-115 {
    padding-top: 1rem;
  }
}

.ltn__slide-item.ltn__slide-item-2.ltn__slide-item-3-normal---.ltn__slide-item-3.bg-image.bg-overlay-theme-black-60.slick-slide.slick-current.slick-active {
  min-height: 29rem;
}

.dropdown-menu.show {
  z-index: 9999 !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  padding-left: 20px;
  height: 50px;
  font-family: var(--ltn__heading-font);
}

@media (max-width: 767px) {

  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="submit"],
  textarea {
    padding-left: 20px;
    height: 45px;
    font-family: var(--ltn__heading-font);
  }
}

.ltn__car-dealer-form-box .ltn__car-dealer-form-item {
  margin-bottom: 0px;
}

@media only screen and (max-width: 600px) {
  .ltn__car-dealer-form-item.ltn__custom-icon.ltn__icon-cog.col-lg-2.col-md-6.p-1 {
    margin-bottom: 30px !important;
  }
}

.ltn__car-dealer-form-box .ltn__car-dealer-form-item {
  box-sizing: border-box !important;
  display: flex;
  justify-content: center;
  height: 100px;
  width: 100px;
}

@media (max-width: 767px) {
  .ltn__car-dealer-form-box .ltn__car-dealer-form-item {
    width: 100%;
  }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  border-radius: var(--border-radius);
}

.tab-content {
  border-radius: 25px;
}

.ltn__car-dealer-form-box input[type="text"],
.ltn__car-dealer-form-box input[type="email"],
.ltn__car-dealer-form-box input[type="password"],
.ltn__car-dealer-form-box input[type="submit"],
.ltn__car-dealer-form-box textarea {
  margin-bottom: 0px;
}

/* Exibir o menu dropdown com animação */
.dropdown-menu.show {
  display: block;
  transform: translate3d(0px, 0px, 0px) !important;
  position: relative !important;
  opacity: 1;
  max-height: 300px;
  top: 5px !important;
  transform: translateY(0);
  pointer-events: all;
  overflow-y: auto;
}

#bs-select-1.inner.show {
  overflow-y: hidden !important;
}

/* Efeito de hover nas opções */
.dropdown-menu li .active {
  background-color: #f8f9fa;
  /* Cor de fundo suave ao passar o mouse */
  color: var(--cor-site-2) !important;
  /* Cor do texto ao passar o mouse */
  border-radius: 12px;
}

button.w-100.btn.theme-btn-1.text-uppercase {
  height: 65px;
  padding: 20px;
}

.flex-busca {
  display: flex;
}

a#toggleDropdownTipoLocacao,
a#toggleDropdownTipoVenda {
  width: 200px;
  padding: 1.6em;
  align-items: center;
  display: flex;
}

a#toggleDropdownFinalidadeLocacao,
a#toggleDropdownFinalidadeVenda {
  width: 200px;
  padding: 1.6em;
  align-items: center;
  display: flex;
  border-radius: 18px 0px 0px 18px;
}

.tab-content {
  width: 100%;
  display: grid;
  justify-items: center;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;

}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  width: max-content;
  opacity: 1;
  overflow: visible;
  background-color: rgba(250, 250, 250, 0.9);
  padding: 0px;
  border-radius: 18px;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-box-shadow: var(--ltn__box-shadow-1);
}

.search-mode-option.active {
  background: #fff;
  color: var(--cor-site-1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Remove a borda do form-control */
.code-search-input.form-control {
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

/* Ajusta o alinhamento vertical */
.flex-busca .w-100 {
  display: flex;
}

.flex-search {
  display: flex;
  justify-content: center;
}

input#codigoImovelLocacao {
  border: none !important;
  height: 20px;
  font-size: 14px;
  color: #666666;
}

input#codigoImovelLocacao:focus {
  background-color: transparent !important;
  border-radius: 0px;
}

input::placeholder {
  color: #666666 !important;
}


small.text-buscar {
  display: none;
}

@media (max-width: 1199px) and (min-width: 1024px) {

  a#toggleDropdownCidadeLocacao,
  a#toggleDropdownCidadeVenda {
    width: 175px;
  }

  a#toggleDropdownBairroLocacao,
  a#toggleDropdownBairroVenda {
    width: 175px;
  }

  a#toggleDropdownTipoLocacao,
  a#toggleDropdownTipoVenda {
    width: 175px;
  }

  a#toggleDropdownFinalidadeLocacao,
  a#toggleDropdownFinalidadeVenda {
    width: 175px;
  }

  a#toggleDropdownValorLocacao,
  a#toggleDropdownValorVenda {
    width: 175px;
  }

  div#toggleDropdownCodigoLocacao,
  div#toggleDropdownCodigoVenda {
    width: 175px;
  }
}

@media (max-width: 1023px) and (min-width: 900px) {

  a#toggleDropdownCidadeLocacao,
  a#toggleDropdownCidadeVenda {
    width: 150px;
  }

  a#toggleDropdownBairroLocacao,
  a#toggleDropdownBairroVenda {
    width: 150px;
  }

  a#toggleDropdownTipoLocacao,
  a#toggleDropdownTipoVenda {
    width: 150px;
  }

  a#toggleDropdownFinalidadeLocacao,
  a#toggleDropdownFinalidadeVenda {
    width: 150px;
  }

  a#toggleDropdownValorLocacao,
  a#toggleDropdownValorVenda {
    width: 150px;
  }

  div#toggleDropdownCodigoLocacao,
  div#toggleDropdownCodigoVenda {
    width: 150px;
  }

  small.text-buscar {
    display: block;
    margin-left: 5px;
    font-size: 0.9rem;
    color: var(--cor-site-3);
  }
}

@media (max-width: 899px) and (min-width: 768px) {

  a#toggleDropdownCidadeLocacao,
  a#toggleDropdownCidadeVenda {
    width: 175px;
  }

  a#toggleDropdownBairroLocacao,
  a#toggleDropdownBairroVenda {
    width: 175px;
  }

  a#toggleDropdownTipoLocacao,
  a#toggleDropdownTipoVenda {
    width: 175px;
  }

  a#toggleDropdownFinalidadeLocacao,
  a#toggleDropdownFinalidadeVenda {
    width: 175px;
  }

  a#toggleDropdownValorLocacao,
  a#toggleDropdownValorVenda {
    width: 175px;
  }

  div#toggleDropdownCodigoLocacao,
  div#toggleDropdownCodigoVenda {
    width: 175px;
  }

  small.text-buscar {
    display: block;
    margin-left: 5px;
    font-size: 0.9rem;
    color: var(--cor-site-3);
  }

  .flex-busca {
    display: grid;
    grid-template-columns: repeat(3, 175px);
    justify-items: center;
  }
}

@media (max-width: 767px) and (min-width: 581px) {

  a#toggleDropdownCidadeLocacao,
  a#toggleDropdownCidadeVenda {
    width: 175px;
  }

  a#toggleDropdownBairroLocacao,
  a#toggleDropdownBairroVenda {
    width: 175px;
  }

  a#toggleDropdownTipoLocacao,
  a#toggleDropdownTipoVenda {
    width: 175px;
  }

  a#toggleDropdownFinalidadeLocacao,
  a#toggleDropdownFinalidadeVenda {
    width: 175px;
  }

  a#toggleDropdownValorLocacao,
  a#toggleDropdownValorVenda {
    width: 175px;
  }

  div#toggleDropdownCodigoLocacao,
  div#toggleDropdownCodigoVenda {
    width: 175px;
  }
  .flex-busca {
    display: grid;
    grid-template-columns: repeat(3, 175px);
    justify-items: center;
  }
}

@media (max-width: 580px) and (min-width: 325px) {

  a#toggleDropdownCidadeLocacao,
  a#toggleDropdownCidadeVenda {
    width: 300px;
    padding: 1em 1.6em;
  }

  a#toggleDropdownBairroLocacao,
  a#toggleDropdownBairroVenda {
    width: 300px;
    padding: 1em 1.6em;
  }

  a#toggleDropdownTipoLocacao,
  a#toggleDropdownTipoVenda {
    width: 300px;
    padding: 1em 1.6em;
  }

  a#toggleDropdownFinalidadeLocacao,
  a#toggleDropdownFinalidadeVenda {
    width: 300px;
    padding: 1em 1.6em;
  }

  a#toggleDropdownValorLocacao,
  a#toggleDropdownValorVenda {
    width: 300px;
    padding: 1em 1.6em;
  }

  div#toggleDropdownCodigoLocacao,
  div#toggleDropdownCodigoVenda {
    width: 300px;
    padding: 1em 1.6em;
  }
  .d-grid-services {
    display: grid;
    grid-template-columns: 1fr !important;
  }
  .flex-busca {
    flex-direction: column;
  }

  .ltn__car-dealer-form-box .ltn__car-dealer-form-item {
    height: 80px;
  }

  small.text-buscar {
    display: block;
    margin-left: 5px;
    font-size: 0.9rem;
    color: var(--cor-site-3);
  }

  .dropdown-separator-horizontal {
    display: block !important;
    height: 1px;
    background-color: #dcd7d7;
    margin: 4px;
  }

  .flex-search {
    flex-direction: column;
  }
  .search-btn {
    width: 100%;
  }
}

/* SEÇÃO DE CONDOMÍNIOS */
.condominio-section {
  background-color: #f9f9f9;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.section-header {
  margin-bottom: 50px;
}

.typewriter-title {
  font-size: 2rem;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.typewriter-text {
  color: var(--cor-site-1);
  position: relative;
}

.typewriter-cursor {
  color: var(--cor-site-1);
  animation: blink 1s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.section-subtitle {
  color: #666;
  font-size: 1.1rem;
  margin: 0 auto;
}

.condominio-card {
  background: var(--cor-site-8);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--cor-site-8);
}

.condominio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card-icon {
  width: 60px;
  height: 60px;
  background-color: #eef5ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card-icon svg {
  width: 30px;
  height: 30px;
  fill: var(--cor-site-1);
}

.condominio-card h3 {
  color: #333;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.condominio-card p {
  color: #666;
  line-height: 1.6;
}

/* SEÇÃO DA EMPRESA */
.about-section {
  background-color: #f9f9f9;
  padding: 80px 0;
  position: relative;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.typewriter-title-about {
  font-size: 2rem;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.typewriter-text-about {
  color: var(--cor-site-1);
  position: relative;
}

.typewriter-cursor-about {
  color: var(--cor-site-1);
  animation: blink 1s infinite;
}

/* Missão, Visão e Valores */
.about-values {
  display: grid;
  gap: 25px;
}

.value-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--cor-site-8);
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.value-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.mission .value-icon {
  background-color: #ffeef0;
  color: var(--cor-site-1);
}

.vision .value-icon {
  background-color: #ffeef0;
  color: var(--cor-site-1);
}

.values .value-icon {
  background-color: #ffeef0;
  color: var(--cor-site-1);
}

.value-content h3 {
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.value-content p {
  color: #666;
  line-height: 1.7;
}

.values-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.values-list li {
  margin-bottom: 10px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
}

.values-list li span {
  color: var(--cor-site-1);
  font-weight: bold;
}

/* Timeline */
.timeline-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--cor-site-8);
  position: relative;
  overflow: hidden;
}

.timeline-title {
  color: #333;
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
}

.timeline-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: var(--cor-site-1);
  margin: 15px auto 0;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-content {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.timeline-content::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f9f9f9;
}

.timeline-content h4 {
  color: #333;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.timeline-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .timeline-content {
    flex-grow: 1;
  }
}

.dropdown-options {
  list-style: none;
}

.dropdown-option {
  display: block;
  padding: 8px 12px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  border-radius: 8px;
}

.dropdown-option:hover {
  background-color: #f5f5f5;
}

.dropdown-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.dropdown-checkmark {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 18px;
  width: 19px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: white;
}

.dropdown-option input:checked~.dropdown-checkmark {
  background: linear-gradient(to right, var(--cor-site-2), var(--cor-site-1));
  border-color: var(--cor-site-1);
}

.dropdown-option input:checked~.dropdown-checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 6px;
  top: 4px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Estilos para os dropdowns */
.dropdown-trigger {
  display: block;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.dropdown-trigger:hover {
  background-color: #f5f5f5;
}

.dropdown-trigger.dropdown-active {
  background-color: #f0f0f0;
}

.dropdown-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.dropdown-selected-text {
  font-size: 13px;
  color: #555;
}

.dropdown-container {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 8px;
  left: 0;
  width: 280px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 18px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 12px;
}

.dropdown-container.show {
  display: block;
}

.dropdown-section-title {
  display: block;
  font-size: 12px;
  color: #777;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.dropdown-options-list {
  max-height: 300px;
  overflow-y: auto;
}

.dropdown-confirm-btn {
  width: 100%;
  padding: 8px;
  background-color: var(--cor-site-1);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

.dropdown-confirm-btn:hover {
  background-color: var(--cor-site-2);
}

.dropdown-separator {
  width: 1px;
  background-color: #dcd7d7;
  margin: 0 4px;
}

.dropdown-separator-horizontal {
  display: none;
}

.dropdown-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
}

.search-btn {
  background: linear-gradient(to right, var(--cor-site-2), var(--cor-site-1));
  color: white;
  border: none;
  border-radius: 18px;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn:hover {
  background-color: var(--cor-site-2);
}

.search-btn svg {
  width: 24px;
  height: 24px;
}

.valor-range-container {
  width: 100%;
}

.valor-range-container label {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
  display: block;
}

.valor-range-container .form-control {
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
}

/* Estilos para o título da busca */
.campo-busca {
  margin-bottom: 20px;
  text-align: center;
}

h1.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--cor-site-3);
  /* Usando a cor principal do site */
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  margin: 0;
  line-height: 1.2;
  transition: cubic-bezier(0.4, 0, 1, 1) 0.3s;
}

h1.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--cor-site-1);
  /* Usando a cor secundária do site */
  border-radius: 3px;
}

/* Efeito hover opcional */
h1.section-title:hover {
  color: #e1e0e0;
  transition: color 0.3s ease;
  transition: cubic-bezier(0.4, 0, 1, 1) 0.3s;
  transform: scale(1.05);
}

h1.section-title:hover:after {
  background: var(--cor-site-1);
  transition: cubic-bezier(0.4, 0, 1, 1) 0.3s;
}

/* Responsividade */
@media (max-width: 768px) {
  h1.section-title {
    font-size: 1.5rem;
  }
}