.asesorate-page
  .split-wrap:not(.invert-desktop)
  .split-item:nth-child(odd)
  .split-item-image
  img,
.asesorate-page
  .split-wrap
  .split-item
  .split-item-image.split-item-image-fill
  img,
.asesorate-page .features-tabs-inner img {
  border-radius: 8px;
  overflow: hidden;
}

.asesorate-page .invert-color .header-nav-inner a:not(.button),
.asesorate-page .hero-content h1,
.asesorate-page .section-header h2,
.asesorate-page .split-item h3,
.asesorate-page .tab.is-active .text-sm {
  color: #5e503f;
}

.index-page.asesorate-page .invert-color .header-nav-inner a:not(.button),
.index-page.asesorate-page .hero-content h1 {
  color: #dcc5a9;
}

.asesorate-page .features-split.section {
  background-color: #fffaf0;
}

.asesorate-page .invert-color a:not(.button):hover,
.asesorate-page .invert-color a:not(.button):active {
  color: var(--asesorate);
}

.asesorate-page .brand img {
  background: var(--asesorate);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 5px;
}

.asesorate-page .brand h1 a {
  color: var(--asesorate);
  text-decoration: none;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  letter-spacing: -0.8px;
  gap: 10px;
}

.asesorate-page .site-header-inner {
  justify-content: space-between;
}

.asesorate-page .features-tabs-tab-image {
  padding: 15px;
}

.asesorate-page .features-tabs-tab-image img {
  border-radius: 0;
  width: 35px;
  filter: brightness(0) saturate(100%) invert(45%) sepia(71%) saturate(4222%)
    hue-rotate(178deg) brightness(95%) contrast(96%);
}

.asesorate-page li:nth-child(2) .features-tabs-tab-image img {
  transform: translateX(3px);
}

/* Socios */
.asesorate-page .socios-page h1 {
  font-size: 35px;
  color: var(--asesorate-dark);
}

.asesorate-page .tyc-page h1 {
  font-size: 35px;
  color: #5e503f;
}

.asesorate-page .tyc-page p {
  font-size: 17px;
}

/* Contacto */
.contacto-page h2 {
  font-size: 25px;
  font-weight: 700;
  color: var(--asesorate-dark);
}

.contacto-page .split-content {
  display: flex;
  justify-content: space-between;
}

.contacto-page .split-content form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacto-page .split-content .form-row {
  display: flex;
  gap: 10px;
}

.contacto-page .split-content form textarea {
  min-height: 150px;
}

.contacto-page .split-content .form-row:last-child {
  align-self: end;
}

.contacto-page .split-content .split-item:last-child {
  width: 55%;
}

.contacto-page .contact-list {
  font-size: 17px;
}

.asesorate-page .contacto-page h2,
.asesorate-page .signin h1,
.asesorate-page .signin h2,
.asesorate-page .signin h3 {
  color: #5e503f;
}

body.asesorate-page,
.invert-color,
.asesorate-page .signin h2 {
  color: #8f8982;
}

.site-footer::before,
.asesorate-page .hero.has-bg-color::before {
  background-color: #2e2720;
}

.invert-color .footer-nav a,
.asesorate-page .site-footer.invert-color {
  color: #f8e3dd;
}

.asesorate-page .invert-color .footer-block-title {
  color: #fff;
}

.asesorate-page .features-tiles img {
  width: 40px;
}

.asesorate-page .features-tiles-item-image {
  background-color: var(--asesorate);
  padding: 8px;
}

.asesorate-page .features-tiles-item-content h4 {
  color: #5e503f;
}

@media all and (max-width: 768px) {
  .contacto-page .split-content {
    flex-direction: column;
  }

  .contacto-page .split-content .split-item:last-child {
    width: 100%;
  }
}
