.topbar__social a {
  font-size: 16px;
}

.casa-central {
  display: none;
}

/* ---- whatsapp ----*/
.w-flotante {
  background-color: green;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 100px;
  right: 33px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.w-flotante:hover {
  background-color: #8f46af;
}

.w-flotante .whatsapp {
  color: white;
  font-size: 2.5rem;
  display: flex;
  flex-direction: column;
}

.main-slider .swiper-slide h2 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 80px;
}

.quicksands {
  font-family: "Quicksand", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.contact-one__input,
.contact-one__input select {
  width: 100%;
  border: 1px solid #bbb;
  background: #f7f6f3;
  padding: 12px 20px;
  font-size: 16px;
  margin-bottom: 20px;
  border-radius: 6px;
  box-sizing: border-box;
  color: #222;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact-one__input:focus {
  outline: 2px solid #dbb65c;
  background: #fffbe6;
}

select.contact-one__input {
  cursor: pointer;
  background: #f7f6f3 url("data:image/svg+xml;utf8,<svg fill='gray' height='24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 1.2em center/1em;
}

.consultoria-container {
  display: flex;
  max-width: 1100px;
  margin: 40px auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(44, 106, 124, 0.09);
  overflow: hidden;
}

.consultoria-menu {
  min-width: 230px;
  background: #f2e8f7;
  padding: 36px 18px;
  border-right: 2px solid #d7b3ec;
}

.consultoria-menu h3 {
  margin-top: 0;
  font-size: 1.15em;
  letter-spacing: 0.04em;
  color: #8f46af;
}

.consultoria-menu ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.consultoria-menu ul li {
  margin-bottom: 12px;
}

.consultoria-menu ul a {
  display: block;
  padding: 10px 12px;
  color: #222;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}

.consultoria-menu ul a.active,
.consultoria-menu ul a:hover {
  background: #8f46af;
  color: #fff;
}

.consultoria-main {
  flex: 1;
  padding: 48px 38px 38px 38px;
}

.consultoria-main h1 {
  margin-top: 0;
  font-size: 2em;
  color: #222;
  font-weight: 700;
}

.consultoria-main h2 {
  margin-top: 6px;
  color: #8f46af;
  font-size: 1.12em;
  font-weight: 500;
}

.consultoria-main p {
  margin: 18px 0 0 0;
  font-size: 1.07em;
  color: #384048;
}

.consultoria-cards {
  display: flex;
  gap: 22px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.consultoria-card {
  background: #f7fafb;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(44, 106, 124, 0.07);
  padding: 24px 22px 18px 22px;
  flex: 1 1 180px;
  min-width: 200px;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card-icon {
  margin-bottom: 14px;
}

.card-title {
  font-weight: 600;
  color: #8f46af;
  font-size: 1.07em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 500 !important;
}

/* Responsive */
@media (max-width: 900px) {
  .consultoria-container {
    flex-direction: column;
  }
  .consultoria-menu {
    border-right: none;
    border-bottom: 2px solid #d7b3ec;
    min-width: 100%;
    padding: 20px 14px;
  }
  .consultoria-main {
    padding: 32px 18px 24px 18px;
  }
  .consultoria-cards {
    gap: 14px;
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=ajustes.css.map */