.elementor-104 .elementor-element.elementor-element-3d5c684{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-104 .elementor-element.elementor-element-b0aef47{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-b0aef47 */.astaes-bolsa {
  --astaes-black: #000000;
  --astaes-red: #D60000;
  --astaes-white: #ffffff;
  --astaes-soft: #f6f6f6;
  --astaes-border: #e8e8e8;
  --astaes-text: #1d1d1d;
  --astaes-muted: #666666;

  font-family: inherit;
  color: var(--astaes-text);
  background: var(--astaes-white);
  overflow: hidden;
}

.astaes-bolsa * {
  box-sizing: border-box;
}

.astaes-bolsa__container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.astaes-bolsa__hero {
  padding: 90px 0;
  color: var(--astaes-white);
  background:
    radial-gradient(circle at top right, rgba(214, 0, 0, 0.22), transparent 34%),
    linear-gradient(135deg, #000000 0%, #151515 58%, #280000 100%);
}

.astaes-bolsa__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 54px;
  align-items: center;
}

.astaes-bolsa__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--astaes-red);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.astaes-bolsa__eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: var(--astaes-red);
}

.astaes-bolsa__eyebrow--light {
  color: var(--astaes-white);
}

.astaes-bolsa__hero h1 {
  margin: 0 0 22px;
  color: var(--astaes-white);
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-weight: 950;
  max-width: 850px;
}

.astaes-bolsa__hero p {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.astaes-bolsa__hero-actions,
.astaes-bolsa__license-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.astaes-bolsa__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 15px;
  text-decoration: none;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.astaes-bolsa__btn:hover {
  transform: translateY(-2px);
}

.astaes-bolsa__btn--primary {
  background: var(--astaes-red);
  color: var(--astaes-white);
  box-shadow: 0 14px 36px rgba(214, 0, 0, 0.28);
}

.astaes-bolsa__btn--primary:hover {
  background: #b90000;
  color: var(--astaes-white);
}

.astaes-bolsa__btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--astaes-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.astaes-bolsa__btn--secondary:hover {
  background: var(--astaes-white);
  color: var(--astaes-black);
}

.astaes-bolsa__btn--ghost {
  background: #f3f3f3;
  color: var(--astaes-black);
}

.astaes-bolsa__btn--ghost:hover {
  background: var(--astaes-black);
  color: var(--astaes-white);
}

.astaes-bolsa__btn--light {
  background: var(--astaes-white);
  color: var(--astaes-black);
}

.astaes-bolsa__hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.astaes-bolsa__hero-tags span {
  padding: 9px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 800;
}

.astaes-bolsa__hero-panel {
  padding: 32px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.astaes-bolsa__hero-panel-head {
  margin-bottom: 22px;
}

.astaes-bolsa__hero-panel-head span {
  display: block;
  margin-bottom: 6px;
  color: var(--astaes-red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.astaes-bolsa__hero-panel-head strong {
  display: block;
  color: var(--astaes-white);
  font-size: 28px;
  line-height: 1.1;
}

.astaes-bolsa__mini-card {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  margin-bottom: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
}

.astaes-bolsa__mini-card strong {
  display: block;
  color: var(--astaes-white);
  font-size: 18px;
}

.astaes-bolsa__mini-card span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.astaes-bolsa__mini-card em {
  align-self: flex-start;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--astaes-red);
  color: var(--astaes-white);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.astaes-bolsa__hero-abanca {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px;
  margin: 14px 0 6px;
  border-radius: 16px;
  background: var(--astaes-white);
}

.astaes-bolsa__hero-abanca span {
  color: var(--astaes-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.astaes-bolsa__hero-abanca img {
  width: 130px;
  height: auto;
  display: block;
}

.astaes-bolsa__panel-link {
  display: flex;
  justify-content: center;
  margin-top: 22px;
  padding: 15px;
  border-radius: 999px;
  color: var(--astaes-white);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  font-weight: 900;
}

.astaes-bolsa__section {
  padding: 90px 0;
  background: var(--astaes-white);
}

.astaes-bolsa__section--soft {
  background: var(--astaes-soft);
}

.astaes-bolsa__section--dark {
  background: var(--astaes-black);
  color: var(--astaes-white);
}

.astaes-bolsa__section-head {
  max-width: 790px;
  margin-bottom: 42px;
}

.astaes-bolsa__section-head--light {
  color: var(--astaes-white);
}

.astaes-bolsa__section-head h2,
.astaes-bolsa__two-cols h2,
.astaes-bolsa__cta-card h2,
.astaes-bolsa__security h2,
.astaes-bolsa__form-copy h2,
.astaes-bolsa__abanca-content h2 {
  margin: 0 0 18px;
  color: inherit;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.astaes-bolsa__section-head p,
.astaes-bolsa__two-cols p,
.astaes-bolsa__cta-card p,
.astaes-bolsa__security p,
.astaes-bolsa__form-copy p,
.astaes-bolsa__abanca-content p {
  margin: 0 0 14px;
  color: var(--astaes-muted);
  font-size: 17px;
  line-height: 1.7;
}

.astaes-bolsa__section--dark p {
  color: rgba(255, 255, 255, 0.72);
}

.astaes-bolsa__filters {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 14px;
  padding: 20px;
  margin-bottom: 32px;
  border-radius: 24px;
  background: var(--astaes-white);
  border: 1px solid var(--astaes-border);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.astaes-bolsa__filter {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.astaes-bolsa__filter label {
  color: var(--astaes-black);
  font-size: 12px;
  font-weight: 900;
}

.astaes-bolsa__filter select,
.astaes-bolsa__field input,
.astaes-bolsa__field select,
.astaes-bolsa__field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dddddd;
  border-radius: 14px;
  background: #fafafa;
  color: var(--astaes-black);
  font-size: 15px;
  padding: 13px 14px;
  outline: none;
}

.astaes-bolsa__field textarea {
  min-height: 110px;
  resize: vertical;
}

.astaes-bolsa__filter select:focus,
.astaes-bolsa__field input:focus,
.astaes-bolsa__field select:focus,
.astaes-bolsa__field textarea:focus {
  border-color: var(--astaes-red);
  background: var(--astaes-white);
  box-shadow: 0 0 0 4px rgba(214, 0, 0, 0.1);
}

.astaes-bolsa__search-btn {
  align-self: end;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--astaes-black);
  color: var(--astaes-white);
  font-weight: 900;
  cursor: pointer;
}

.astaes-bolsa__license-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.astaes-bolsa__license-card {
  padding: 28px;
  border-radius: 26px;
  background: var(--astaes-white);
  border: 1px solid var(--astaes-border);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.astaes-bolsa__license-card--featured {
  border: 2px solid var(--astaes-red);
  transform: translateY(-8px);
}

.astaes-bolsa__license-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}

.astaes-bolsa__status,
.astaes-bolsa__location {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.astaes-bolsa__status--available {
  background: rgba(214, 0, 0, 0.1);
  color: var(--astaes-red);
}

.astaes-bolsa__status--new {
  background: var(--astaes-black);
  color: var(--astaes-white);
}

.astaes-bolsa__location {
  background: var(--astaes-black);
  color: var(--astaes-white);
}

.astaes-bolsa__license-card h3 {
  margin: 0 0 20px;
  color: var(--astaes-black);
  font-size: 26px;
  line-height: 1.12;
  font-weight: 950;
}

.astaes-bolsa__price-box {
  padding: 18px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #000000 0%, #2a0000 100%);
  color: var(--astaes-white);
}

.astaes-bolsa__price-box span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255,255,255,0.68);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.astaes-bolsa__price-box strong {
  display: block;
  color: var(--astaes-white);
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.astaes-bolsa__license-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.astaes-bolsa__license-meta div {
  padding: 14px;
  border-radius: 16px;
  background: #f7f7f7;
}

.astaes-bolsa__license-meta span {
  display: block;
  margin-bottom: 5px;
  color: var(--astaes-muted);
  font-size: 12px;
  font-weight: 800;
}

.astaes-bolsa__license-meta strong {
  display: block;
  color: var(--astaes-black);
  font-size: 14px;
  font-weight: 950;
}

.astaes-bolsa__license-card p {
  margin: 0;
  color: var(--astaes-muted);
  line-height: 1.65;
}

.astaes-bolsa__license-actions .astaes-bolsa__btn {
  flex: 1 1 auto;
}

.astaes-bolsa__cta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.astaes-bolsa__cta-card {
  padding: 34px;
  border-radius: 28px;
  background: var(--astaes-white);
  border: 1px solid var(--astaes-border);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.astaes-bolsa__cta-card--dark {
  background: var(--astaes-black);
  color: var(--astaes-white);
}

.astaes-bolsa__cta-card span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--astaes-red);
  font-weight: 950;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.astaes-bolsa__cta-card .astaes-bolsa__btn {
  margin-top: 26px;
}

.astaes-bolsa__two-cols,
.astaes-bolsa__security,
.astaes-bolsa__form-layout,
.astaes-bolsa__abanca {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.astaes-bolsa__buyer-seller {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.astaes-bolsa__buyer-seller div {
  padding: 26px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.astaes-bolsa__buyer-seller h3 {
  margin: 0 0 16px;
  color: var(--astaes-white);
  font-size: 24px;
  font-weight: 950;
}

.astaes-bolsa__buyer-seller ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.astaes-bolsa__buyer-seller li {
  position: relative;
  padding: 10px 0 10px 28px;
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.astaes-bolsa__buyer-seller li:last-child {
  border-bottom: 0;
}

.astaes-bolsa__buyer-seller li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--astaes-red);
  font-weight: 950;
}

.astaes-bolsa__service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.astaes-bolsa__service-grid article {
  padding: 30px;
  border-radius: 24px;
  border: 1px solid var(--astaes-border);
  background: var(--astaes-white);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
}

.astaes-bolsa__service-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--astaes-red);
  font-size: 14px;
  font-weight: 950;
}

.astaes-bolsa__service-grid h3 {
  margin: 0 0 12px;
  color: var(--astaes-black);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
}

.astaes-bolsa__service-grid p {
  margin: 0;
  color: var(--astaes-muted);
  line-height: 1.6;
}

.astaes-bolsa__abanca {
  padding: 44px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(214, 0, 0, 0.12), transparent 34%),
    var(--astaes-soft);
  border: 1px solid var(--astaes-border);
}

.astaes-bolsa__abanca-logo {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px;
  margin-bottom: 26px;
  border-radius: 16px;
  background: var(--astaes-white);
  border: 1px solid var(--astaes-border);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.astaes-bolsa__abanca-logo span {
  color: var(--astaes-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.astaes-bolsa__abanca-logo img {
  width: 140px;
  height: auto;
  display: block;
}

.astaes-bolsa__abanca-content .astaes-bolsa__btn {
  margin-top: 18px;
}

.astaes-bolsa__abanca-card {
  padding: 34px;
  border-radius: 28px;
  background: var(--astaes-black);
  color: var(--astaes-white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.astaes-bolsa__abanca-card h3 {
  margin: 0 0 22px;
  color: var(--astaes-white);
  font-size: 28px;
  line-height: 1.15;
  font-weight: 950;
}

.astaes-bolsa__abanca-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.astaes-bolsa__abanca-card li {
  position: relative;
  padding: 13px 0 13px 34px;
  color: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 700;
}

.astaes-bolsa__abanca-card li:last-child {
  border-bottom: 0;
}

.astaes-bolsa__abanca-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 13px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--astaes-red);
  color: var(--astaes-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
}

.astaes-bolsa__abanca-note {
  margin-top: 24px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(214, 0, 0, 0.16);
  border: 1px solid rgba(214, 0, 0, 0.34);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.5;
}

.astaes-bolsa__security-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.astaes-bolsa__security-list div {
  position: relative;
  padding: 18px 18px 18px 46px;
  border-radius: 18px;
  background: var(--astaes-white);
  border: 1px solid var(--astaes-border);
  font-weight: 900;
}

.astaes-bolsa__security-list div::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 17px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--astaes-red);
  color: var(--astaes-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.astaes-bolsa__form-copy {
  color: var(--astaes-white);
}

.astaes-bolsa__form {
  padding: 32px;
  border-radius: 28px;
  background: var(--astaes-white);
  color: var(--astaes-text);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.astaes-bolsa__form-title {
  margin-bottom: 24px;
}

.astaes-bolsa__form-title h3 {
  margin: 0 0 8px;
  color: var(--astaes-black);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.astaes-bolsa__form-title p {
  margin: 0;
  color: var(--astaes-muted);
  line-height: 1.55;
}

.astaes-bolsa__form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.astaes-bolsa__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.astaes-bolsa__field--full {
  grid-column: 1 / -1;
}

.astaes-bolsa__field label {
  color: var(--astaes-black);
  font-size: 13px;
  font-weight: 950;
}

.astaes-bolsa__privacy label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}

.astaes-bolsa__privacy input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--astaes-red);
  flex: 0 0 auto;
}

.astaes-bolsa__privacy span {
  color: var(--astaes-muted);
  font-size: 13px;
  line-height: 1.5;
}

.astaes-bolsa__submit {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--astaes-red);
  color: var(--astaes-white);
  font-size: 16px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(214, 0, 0, 0.28);
  transition: transform .2s ease, background .2s ease;
}

.astaes-bolsa__submit:hover {
  transform: translateY(-2px);
  background: #b90000;
}

.astaes-bolsa__faq {
  display: grid;
  gap: 14px;
}

.astaes-bolsa__faq details {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.astaes-bolsa__faq summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--astaes-white);
  font-size: 17px;
  font-weight: 950;
  list-style: none;
}

.astaes-bolsa__faq summary::-webkit-details-marker {
  display: none;
}

.astaes-bolsa__faq summary::after {
  content: "+";
  float: right;
  color: var(--astaes-red);
  font-size: 24px;
  line-height: 18px;
  font-weight: 950;
}

.astaes-bolsa__faq details[open] summary::after {
  content: "–";
}

.astaes-bolsa__faq p {
  margin: 0;
  padding: 0 24px 22px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.astaes-bolsa__legal {
  padding: 26px 0;
  background: #111111;
}

.astaes-bolsa__legal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .astaes-bolsa__hero-grid,
  .astaes-bolsa__two-cols,
  .astaes-bolsa__security,
  .astaes-bolsa__form-layout,
  .astaes-bolsa__abanca {
    grid-template-columns: 1fr;
  }

  .astaes-bolsa__filters {
    grid-template-columns: repeat(2, 1fr);
  }

  .astaes-bolsa__search-btn {
    grid-column: 1 / -1;
  }

  .astaes-bolsa__license-grid,
  .astaes-bolsa__cta-grid,
  .astaes-bolsa__service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .astaes-bolsa__container {
    width: min(100% - 28px, 1180px);
  }

  .astaes-bolsa__hero {
    padding: 56px 0;
  }

  .astaes-bolsa__hero h1 {
    font-size: 42px;
  }

  .astaes-bolsa__hero p {
    font-size: 17px;
  }

  .astaes-bolsa__hero-actions,
  .astaes-bolsa__license-actions {
    flex-direction: column;
  }

  .astaes-bolsa__btn {
    width: 100%;
  }

  .astaes-bolsa__section {
    padding: 58px 0;
  }

  .astaes-bolsa__filters,
  .astaes-bolsa__license-grid,
  .astaes-bolsa__cta-grid,
  .astaes-bolsa__service-grid,
  .astaes-bolsa__buyer-seller,
  .astaes-bolsa__security-list,
  .astaes-bolsa__form-grid {
    grid-template-columns: 1fr;
  }

  .astaes-bolsa__license-meta {
    grid-template-columns: 1fr;
  }

  .astaes-bolsa__license-card--featured {
    transform: none;
  }

  .astaes-bolsa__hero-panel,
  .astaes-bolsa__cta-card,
  .astaes-bolsa__form,
  .astaes-bolsa__abanca,
  .astaes-bolsa__abanca-card {
    padding: 24px;
    border-radius: 24px;
  }

  .astaes-bolsa__section-head h2,
  .astaes-bolsa__two-cols h2,
  .astaes-bolsa__cta-card h2,
  .astaes-bolsa__security h2,
  .astaes-bolsa__form-copy h2,
  .astaes-bolsa__abanca-content h2 {
    font-size: 34px;
  }

  .astaes-bolsa__form-title h3 {
    font-size: 26px;
  }

  .astaes-bolsa__price-box strong {
    font-size: 26px;
  }
}
.astaes-bolsa__section--office {
  background: #ffffff;
}

.astaes-bolsa__office {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 42px;
  align-items: center;
}

.astaes-bolsa__office-image {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--astaes-border);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
  background: #f6f6f6;
}

.astaes-bolsa__office-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.astaes-bolsa__office-content h2 {
  margin: 0 0 18px;
  color: var(--astaes-black);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.astaes-bolsa__office-content p {
  margin: 0 0 16px;
  color: var(--astaes-muted);
  font-size: 17px;
  line-height: 1.7;
}

.astaes-bolsa__office-address {
  padding: 22px;
  margin: 24px 0;
  border-radius: 22px;
  background: var(--astaes-black);
  color: var(--astaes-white);
}

.astaes-bolsa__office-address strong {
  display: block;
  margin-bottom: 8px;
  color: var(--astaes-white);
  font-size: 18px;
  font-weight: 950;
}

.astaes-bolsa__office-address span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.5;
}

.astaes-bolsa__office-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

@media (max-width: 1024px) {
  .astaes-bolsa__office {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .astaes-bolsa__office-image {
    border-radius: 24px;
  }

  .astaes-bolsa__office-image img {
    min-height: 260px;
  }

  .astaes-bolsa__office-actions {
    flex-direction: column;
  }

  .astaes-bolsa__office-actions .astaes-bolsa__btn {
    width: 100%;
  }

  .astaes-bolsa__office-content h2 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3d5c684 */.astaes-bolsa {
  --astaes-black: #000000;
  --astaes-red: #D60000;
  --astaes-white: #ffffff;
  --astaes-soft: #f6f6f6;
  --astaes-border: #e8e8e8;
  --astaes-text: #1d1d1d;
  --astaes-muted: #666666;

  font-family: inherit;
  color: var(--astaes-text);
  background: var(--astaes-white);
  overflow: hidden;
}

.astaes-bolsa * {
  box-sizing: border-box;
}

.astaes-bolsa__container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.astaes-bolsa__hero {
  padding: 90px 0;
  color: var(--astaes-white);
  background:
    radial-gradient(circle at top right, rgba(214, 0, 0, 0.22), transparent 34%),
    linear-gradient(135deg, #000000 0%, #151515 58%, #280000 100%);
}

.astaes-bolsa__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 54px;
  align-items: center;
}

.astaes-bolsa__logo-card {
  display: inline-flex;
  align-items: center;
  background: var(--astaes-white);
  border-radius: 18px;
  padding: 14px 18px;
  margin-bottom: 28px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
}

.astaes-bolsa__logo-card img {
  width: 190px;
  max-width: 100%;
  height: auto;
  display: block;
}

.astaes-bolsa__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--astaes-red);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.astaes-bolsa__eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: var(--astaes-red);
}

.astaes-bolsa__eyebrow--light {
  color: var(--astaes-white);
}

.astaes-bolsa__hero h1 {
  margin: 0 0 22px;
  color: var(--astaes-white);
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-weight: 950;
  max-width: 850px;
}

.astaes-bolsa__hero p {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.astaes-bolsa__hero-actions,
.astaes-bolsa__license-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.astaes-bolsa__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 15px;
  text-decoration: none;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.astaes-bolsa__btn:hover {
  transform: translateY(-2px);
}

.astaes-bolsa__btn--primary {
  background: var(--astaes-red);
  color: var(--astaes-white);
  box-shadow: 0 14px 36px rgba(214, 0, 0, 0.28);
}

.astaes-bolsa__btn--primary:hover {
  background: #b90000;
  color: var(--astaes-white);
}

.astaes-bolsa__btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--astaes-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.astaes-bolsa__btn--secondary:hover {
  background: var(--astaes-white);
  color: var(--astaes-black);
}

.astaes-bolsa__btn--ghost {
  background: #f3f3f3;
  color: var(--astaes-black);
}

.astaes-bolsa__btn--ghost:hover {
  background: var(--astaes-black);
  color: var(--astaes-white);
}

.astaes-bolsa__btn--light {
  background: var(--astaes-white);
  color: var(--astaes-black);
}

.astaes-bolsa__hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.astaes-bolsa__hero-tags span {
  padding: 9px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 800;
}

.astaes-bolsa__hero-panel {
  padding: 32px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.astaes-bolsa__hero-panel-head {
  margin-bottom: 22px;
}

.astaes-bolsa__hero-panel-head span {
  display: block;
  margin-bottom: 6px;
  color: var(--astaes-red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.astaes-bolsa__hero-panel-head strong {
  display: block;
  color: var(--astaes-white);
  font-size: 28px;
  line-height: 1.1;
}

.astaes-bolsa__mini-card {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  margin-bottom: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
}

.astaes-bolsa__mini-card strong {
  display: block;
  color: var(--astaes-white);
  font-size: 18px;
}

.astaes-bolsa__mini-card span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.astaes-bolsa__mini-card em {
  align-self: flex-start;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--astaes-red);
  color: var(--astaes-white);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.astaes-bolsa__panel-link {
  display: flex;
  justify-content: center;
  margin-top: 22px;
  padding: 15px;
  border-radius: 999px;
  color: var(--astaes-white);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  font-weight: 900;
}

.astaes-bolsa__section {
  padding: 90px 0;
  background: var(--astaes-white);
}

.astaes-bolsa__section--soft {
  background: var(--astaes-soft);
}

.astaes-bolsa__section--dark {
  background: var(--astaes-black);
  color: var(--astaes-white);
}

.astaes-bolsa__section-head {
  max-width: 790px;
  margin-bottom: 42px;
}

.astaes-bolsa__section-head--light {
  color: var(--astaes-white);
}

.astaes-bolsa__section-head h2,
.astaes-bolsa__two-cols h2,
.astaes-bolsa__cta-card h2,
.astaes-bolsa__security h2,
.astaes-bolsa__guide h2,
.astaes-bolsa__form-copy h2 {
  margin: 0 0 18px;
  color: inherit;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.astaes-bolsa__section-head p,
.astaes-bolsa__two-cols p,
.astaes-bolsa__cta-card p,
.astaes-bolsa__security p,
.astaes-bolsa__guide p,
.astaes-bolsa__form-copy p {
  margin: 0;
  color: var(--astaes-muted);
  font-size: 17px;
  line-height: 1.7;
}

.astaes-bolsa__section--dark p {
  color: rgba(255, 255, 255, 0.72);
}

.astaes-bolsa__filters {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 14px;
  padding: 20px;
  margin-bottom: 32px;
  border-radius: 24px;
  background: var(--astaes-white);
  border: 1px solid var(--astaes-border);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.astaes-bolsa__filter {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.astaes-bolsa__filter label {
  color: var(--astaes-black);
  font-size: 12px;
  font-weight: 900;
}

.astaes-bolsa__filter select,
.astaes-bolsa__field input,
.astaes-bolsa__field select,
.astaes-bolsa__field textarea,
.astaes-bolsa__guide-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dddddd;
  border-radius: 14px;
  background: #fafafa;
  color: var(--astaes-black);
  font-size: 15px;
  padding: 13px 14px;
  outline: none;
}

.astaes-bolsa__field textarea {
  min-height: 110px;
  resize: vertical;
}

.astaes-bolsa__filter select:focus,
.astaes-bolsa__field input:focus,
.astaes-bolsa__field select:focus,
.astaes-bolsa__field textarea:focus,
.astaes-bolsa__guide-form input:focus {
  border-color: var(--astaes-red);
  background: var(--astaes-white);
  box-shadow: 0 0 0 4px rgba(214, 0, 0, 0.1);
}

.astaes-bolsa__search-btn {
  align-self: end;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--astaes-black);
  color: var(--astaes-white);
  font-weight: 900;
  cursor: pointer;
}

.astaes-bolsa__license-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.astaes-bolsa__license-card {
  padding: 28px;
  border-radius: 26px;
  background: var(--astaes-white);
  border: 1px solid var(--astaes-border);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.astaes-bolsa__license-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}

.astaes-bolsa__status,
.astaes-bolsa__location {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.astaes-bolsa__status--available {
  background: rgba(214, 0, 0, 0.1);
  color: var(--astaes-red);
}

.astaes-bolsa__status--study {
  background: #eeeeee;
  color: var(--astaes-black);
}

.astaes-bolsa__location {
  background: var(--astaes-black);
  color: var(--astaes-white);
}

.astaes-bolsa__license-card h3 {
  margin: 0 0 20px;
  color: var(--astaes-black);
  font-size: 26px;
  line-height: 1.12;
  font-weight: 950;
}

.astaes-bolsa__license-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.astaes-bolsa__license-meta div {
  padding: 14px;
  border-radius: 16px;
  background: #f7f7f7;
}

.astaes-bolsa__license-meta span {
  display: block;
  margin-bottom: 5px;
  color: var(--astaes-muted);
  font-size: 12px;
  font-weight: 800;
}

.astaes-bolsa__license-meta strong {
  display: block;
  color: var(--astaes-black);
  font-size: 14px;
  font-weight: 950;
}

.astaes-bolsa__license-card p {
  margin: 0;
  color: var(--astaes-muted);
  line-height: 1.65;
}

.astaes-bolsa__license-actions .astaes-bolsa__btn {
  flex: 1 1 auto;
}

.astaes-bolsa__cta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.astaes-bolsa__cta-card {
  padding: 34px;
  border-radius: 28px;
  background: var(--astaes-white);
  border: 1px solid var(--astaes-border);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.astaes-bolsa__cta-card--dark {
  background: var(--astaes-black);
  color: var(--astaes-white);
}

.astaes-bolsa__cta-card span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--astaes-red);
  font-weight: 950;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.astaes-bolsa__cta-card .astaes-bolsa__btn {
  margin-top: 26px;
}

.astaes-bolsa__two-cols,
.astaes-bolsa__security,
.astaes-bolsa__guide,
.astaes-bolsa__form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.astaes-bolsa__buyer-seller {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.astaes-bolsa__buyer-seller div {
  padding: 26px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.astaes-bolsa__buyer-seller h3 {
  margin: 0 0 16px;
  color: var(--astaes-white);
  font-size: 24px;
  font-weight: 950;
}

.astaes-bolsa__buyer-seller ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.astaes-bolsa__buyer-seller li {
  position: relative;
  padding: 10px 0 10px 28px;
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.astaes-bolsa__buyer-seller li:last-child {
  border-bottom: 0;
}

.astaes-bolsa__buyer-seller li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--astaes-red);
  font-weight: 950;
}

.astaes-bolsa__service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.astaes-bolsa__service-grid article {
  padding: 30px;
  border-radius: 24px;
  border: 1px solid var(--astaes-border);
  background: var(--astaes-white);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
}

.astaes-bolsa__service-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--astaes-red);
  font-size: 14px;
  font-weight: 950;
}

.astaes-bolsa__service-grid h3 {
  margin: 0 0 12px;
  color: var(--astaes-black);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
}

.astaes-bolsa__service-grid p {
  margin: 0;
  color: var(--astaes-muted);
  line-height: 1.6;
}

.astaes-bolsa__security-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.astaes-bolsa__security-list div {
  position: relative;
  padding: 18px 18px 18px 46px;
  border-radius: 18px;
  background: var(--astaes-white);
  border: 1px solid var(--astaes-border);
  font-weight: 900;
}

.astaes-bolsa__security-list div::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 17px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--astaes-red);
  color: var(--astaes-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.astaes-bolsa__guide {
  padding: 42px;
  border-radius: 30px;
  background: var(--astaes-black);
  color: var(--astaes-white);
}

.astaes-bolsa__guide p {
  color: rgba(255, 255, 255, 0.72);
}

.astaes-bolsa__guide-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
}

.astaes-bolsa__guide-form button {
  border: 0;
  border-radius: 999px;
  background: var(--astaes-red);
  color: var(--astaes-white);
  padding: 0 24px;
  font-weight: 950;
  cursor: pointer;
}

.astaes-bolsa__form-copy {
  color: var(--astaes-white);
}

.astaes-bolsa__form-layout--light .astaes-bolsa__form-copy {
  color: var(--astaes-black);
}

.astaes-bolsa__form {
  padding: 32px;
  border-radius: 28px;
  background: var(--astaes-white);
  color: var(--astaes-text);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.astaes-bolsa__form--border {
  border: 1px solid var(--astaes-border);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.astaes-bolsa__form-title {
  margin-bottom: 24px;
}

.astaes-bolsa__form-title h3 {
  margin: 0 0 8px;
  color: var(--astaes-black);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.astaes-bolsa__form-title p {
  margin: 0;
  color: var(--astaes-muted);
  line-height: 1.55;
}

.astaes-bolsa__form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.astaes-bolsa__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.astaes-bolsa__field--full {
  grid-column: 1 / -1;
}

.astaes-bolsa__field label {
  color: var(--astaes-black);
  font-size: 13px;
  font-weight: 950;
}

.astaes-bolsa__privacy label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}

.astaes-bolsa__privacy input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--astaes-red);
  flex: 0 0 auto;
}

.astaes-bolsa__privacy span {
  color: var(--astaes-muted);
  font-size: 13px;
  line-height: 1.5;
}

.astaes-bolsa__submit {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--astaes-red);
  color: var(--astaes-white);
  font-size: 16px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(214, 0, 0, 0.28);
  transition: transform .2s ease, background .2s ease;
}

.astaes-bolsa__submit:hover {
  transform: translateY(-2px);
  background: #b90000;
}

.astaes-bolsa__zone-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.astaes-bolsa__zone-tags a {
  padding: 13px 16px;
  border-radius: 999px;
  background: var(--astaes-white);
  border: 1px solid var(--astaes-border);
  color: var(--astaes-black);
  text-decoration: none;
  font-weight: 900;
}

.astaes-bolsa__zone-tags a:hover {
  background: var(--astaes-black);
  color: var(--astaes-white);
}

.astaes-bolsa__faq {
  display: grid;
  gap: 14px;
}

.astaes-bolsa__faq details {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.astaes-bolsa__faq summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--astaes-white);
  font-size: 17px;
  font-weight: 950;
  list-style: none;
}

.astaes-bolsa__faq summary::-webkit-details-marker {
  display: none;
}

.astaes-bolsa__faq summary::after {
  content: "+";
  float: right;
  color: var(--astaes-red);
  font-size: 24px;
  line-height: 18px;
  font-weight: 950;
}

.astaes-bolsa__faq details[open] summary::after {
  content: "–";
}

.astaes-bolsa__faq p {
  margin: 0;
  padding: 0 24px 22px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.astaes-bolsa__legal {
  padding: 26px 0;
  background: #111111;
}

.astaes-bolsa__legal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .astaes-bolsa__hero-grid,
  .astaes-bolsa__two-cols,
  .astaes-bolsa__security,
  .astaes-bolsa__guide,
  .astaes-bolsa__form-layout {
    grid-template-columns: 1fr;
  }

  .astaes-bolsa__filters {
    grid-template-columns: repeat(2, 1fr);
  }

  .astaes-bolsa__search-btn {
    grid-column: 1 / -1;
  }

  .astaes-bolsa__license-grid,
  .astaes-bolsa__cta-grid,
  .astaes-bolsa__service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .astaes-bolsa__guide-form {
    grid-template-columns: 1fr;
  }

  .astaes-bolsa__guide-form button {
    min-height: 50px;
  }
}

@media (max-width: 767px) {
  .astaes-bolsa__container {
    width: min(100% - 28px, 1180px);
  }

  .astaes-bolsa__hero {
    padding: 56px 0;
  }

  .astaes-bolsa__hero h1 {
    font-size: 42px;
  }

  .astaes-bolsa__hero p {
    font-size: 17px;
  }

  .astaes-bolsa__hero-actions,
  .astaes-bolsa__license-actions {
    flex-direction: column;
  }

  .astaes-bolsa__btn {
    width: 100%;
  }

  .astaes-bolsa__section {
    padding: 58px 0;
  }

  .astaes-bolsa__filters,
  .astaes-bolsa__license-grid,
  .astaes-bolsa__cta-grid,
  .astaes-bolsa__service-grid,
  .astaes-bolsa__buyer-seller,
  .astaes-bolsa__security-list,
  .astaes-bolsa__form-grid {
    grid-template-columns: 1fr;
  }

  .astaes-bolsa__license-meta {
    grid-template-columns: 1fr;
  }

  .astaes-bolsa__hero-panel,
  .astaes-bolsa__cta-card,
  .astaes-bolsa__guide,
  .astaes-bolsa__form {
    padding: 24px;
    border-radius: 24px;
  }

  .astaes-bolsa__section-head h2,
  .astaes-bolsa__two-cols h2,
  .astaes-bolsa__cta-card h2,
  .astaes-bolsa__security h2,
  .astaes-bolsa__guide h2,
  .astaes-bolsa__form-copy h2 {
    font-size: 34px;
  }

  .astaes-bolsa__form-title h3 {
    font-size: 26px;
  }
}/* End custom CSS */