.cg-talleres-page {
  --cg-talleres-ink: #28452e;
  --cg-talleres-ink-soft: #5d5a68;
  --cg-talleres-coral: #d66f55;
  --cg-talleres-coral-deep: #bd5d47;
  --cg-talleres-line: #eab092;
  --cg-talleres-blush: #fbf0ea;
  --cg-talleres-cream: #fffdfb;
  --cg-talleres-mist: #f4efe8;
  --cg-talleres-card: #ffffff;
  --cg-talleres-shadow: 0 14px 34px rgba(39, 36, 63, 0.06);
  background: var(--cg-talleres-cream);
  color: var(--cg-talleres-ink);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body.page-template-page-talleres-crochet #amandalite-header.header,
body.page-template-page-talleres-crochet .header {
  margin-bottom: 0;
}

.cg-talleres-page *,
.cg-talleres-page *::before,
.cg-talleres-page *::after {
  box-sizing: border-box;
}

.cg-talleres-page h1,
.cg-talleres-page h2,
.cg-talleres-page h3,
.cg-talleres-page p {
  margin-top: 0;
}

.cg-talleres-page h1,
.cg-talleres-page h2,
.cg-talleres-page h3 {
  color: var(--cg-talleres-ink);
  font-family: Georgia, "Times New Roman", serif;
}

.cg-talleres-shell {
  width: min(1220px, calc(100% - 56px));
  margin: 0 auto;
}

.cg-talleres-section {
  padding: clamp(28px, 4vw, 58px) 0;
}

.cg-talleres-section-plain {
  background: linear-gradient(180deg, #fffdfb 0%, #fffaf7 100%);
}

.cg-talleres-heading {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.cg-talleres-heading h2,
.cg-talleres-showcase h2,
.cg-talleres-info-card h2,
.cg-talleres-planning-card h2,
.cg-talleres-event-card h2,
.cg-talleres-location-strip h2,
.cg-talleres-final h2 {
  margin-bottom: 14px;
  font-size: clamp(27px, 2.5vw, 38px);
  line-height: 1.12;
}

.cg-talleres-heading p,
.cg-talleres-showcase p,
.cg-talleres-info-card p,
.cg-talleres-planning-card p,
.cg-talleres-event-card p,
.cg-talleres-location-strip p,
.cg-talleres-final p,
.cg-talleres-hero-copy p,
.cg-talleres-final-cta p {
  color: var(--cg-talleres-ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.cg-talleres-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 30px;
  border-radius: 13px;
  background: var(--cg-talleres-coral);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cg-talleres-button:hover,
.cg-talleres-button:focus {
  background: var(--cg-talleres-coral-deep);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(214, 111, 85, 0.22);
}

.cg-talleres-eyebrow {
  display: block;
  width: 52px;
  height: 32px;
  margin: 0 auto 18px 0;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}

.cg-talleres-eyebrow::before {
  content: "\f004";
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  color: var(--cg-talleres-coral);
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.cg-talleres-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #fffdfb;
}

.cg-talleres-hero .cg-talleres-shell {
  width: 100%;
  max-width: none;
}

.cg-talleres-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  align-items: stretch;
  gap: 0;
  min-height: min(690px, calc(100vh - 78px));
}

.cg-talleres-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 680px;
  margin-left: auto;
  padding: clamp(56px, 7vw, 86px) clamp(36px, 6vw, 72px) clamp(56px, 7vw, 86px) 28px;
}

.cg-talleres-hero-copy h1 {
  max-width: 600px;
  margin-bottom: 34px;
  color: #28452e;
  font-size: clamp(46px, 5vw, 70px);
  line-height: 0.96;
}

.cg-talleres-hero-copy h1 span {
  display: block;
  color: var(--cg-talleres-coral-deep);
}

.cg-talleres-hero-copy h1 em {
  display: block;
  margin-top: 10px;
  color: var(--cg-talleres-coral);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(38px, 4.2vw, 58px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.cg-talleres-highlight,
.cg-talleres-center-note,
.cg-talleres-emphasis {
  color: var(--cg-talleres-coral) !important;
  font-weight: 700;
}

.cg-talleres-hero-copy .cg-talleres-highlight {
  max-width: 540px;
}

.cg-talleres-hero-media {
  position: relative;
  min-height: 100%;
  display: block;
}

.cg-talleres-hero-shape {
  display: none;
}

.cg-talleres-hero-image {
  width: 100%;
  height: 100%;
  min-height: min(690px, calc(100vh - 78px));
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.cg-talleres-floating-card {
  display: none;
}

.cg-talleres-floating-card strong,
.cg-talleres-media-badge strong {
  display: block;
  margin-bottom: 6px;
  color: var(--cg-talleres-ink);
  font-size: 18px;
  line-height: 1.25;
}

.cg-talleres-floating-card span,
.cg-talleres-media-badge span {
  color: var(--cg-talleres-ink-soft);
  font-size: 14px;
  line-height: 1.5;
}

.cg-talleres-floating-card-top {
  top: 10px;
  left: 0;
}

.cg-talleres-floating-card-bottom {
  right: -8px;
  bottom: 14px;
}

.cg-talleres-icon-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.cg-talleres-icon-card,
.cg-talleres-info-card {
  height: 100%;
  padding: 22px 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cg-talleres-icon-card {
  position: relative;
  text-align: center;
}

.cg-talleres-icon-card + .cg-talleres-icon-card {
  border-left: 1px solid rgba(214, 111, 85, 0.22);
}

.cg-talleres-icon,
.cg-talleres-card-icon,
.cg-talleres-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 0;
  background: transparent;
  color: var(--cg-talleres-coral);
  font-size: 32px;
}

.cg-talleres-svg-icon {
  display: block;
  width: 58px;
  height: 58px;
  background: currentColor;
  mask: var(--cg-talleres-icon-url) center / contain no-repeat;
  -webkit-mask: var(--cg-talleres-icon-url) center / contain no-repeat;
}

.cg-talleres-icon-card h3 {
  margin: 14px 0 8px;
  font-size: 18px;
  line-height: 1.2;
}

.cg-talleres-icon-card p {
  margin-bottom: 0;
  color: var(--cg-talleres-ink-soft);
  color: #2f2d36;
  font-size: 16px;
  line-height: 1.45;
}

.cg-talleres-center-note {
  margin: 36px 0 0;
  text-align: center;
  font-size: 19px !important;
}

.cg-talleres-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 56px);
  padding: clamp(28px, 4vw, 48px);
  border-radius: 24px;
  background: var(--cg-talleres-mist);
  box-shadow: none;
}

.cg-talleres-showcase-copy {
  padding: clamp(10px, 2vw, 18px);
}

.cg-talleres-showcase-media {
  position: relative;
  min-height: 100%;
}

.cg-talleres-showcase-media img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  border-radius: 16px;
}

.cg-talleres-media-badge {
  display: none;
}

.cg-talleres-columns-3,
.cg-talleres-final-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.cg-talleres-info-card h2,
.cg-talleres-planning-card h2,
.cg-talleres-event-card h2,
.cg-talleres-location-strip h2,
.cg-talleres-final h2 {
  font-size: clamp(30px, 2.8vw, 40px);
}

.cg-talleres-info-card {
  padding: 20px 44px 20px 0;
}

.cg-talleres-info-card + .cg-talleres-info-card {
  padding-left: 44px;
  border-left: 1px solid rgba(214, 111, 85, 0.22);
}

.cg-talleres-card-icon {
  margin-bottom: 18px;
}

.cg-talleres-check-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.cg-talleres-check-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  color: #2f2d36;
  font-size: 15px;
  line-height: 1.45;
}

.cg-talleres-check-list li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 2px;
  color: #28452e;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}

.cg-talleres-planning {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.95fr);
  gap: 0;
  align-items: stretch;
  padding: clamp(18px, 2.4vw, 28px);
  border-radius: 18px;
  background: #fff2f0;
}

.cg-talleres-planning-card,
.cg-talleres-event-card,
.cg-talleres-final-cta {
  padding: clamp(18px, 2.8vw, 28px);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cg-talleres-planning-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: 24px;
  align-content: start;
}

.cg-talleres-planning-kicker {
  grid-row: span 2;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  color: rgba(214, 111, 85, 0.72);
}

.cg-talleres-planning-kicker .cg-talleres-svg-icon {
  width: 60px;
  height: 60px;
}

.cg-talleres-planning-card h2,
.cg-talleres-event-card h2 {
  margin-bottom: 12px;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.05;
}

.cg-talleres-planning-card p,
.cg-talleres-event-card p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.55;
}

.cg-talleres-planning-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 2.4vw, 26px);
  margin-top: clamp(28px, 4vw, 42px);
}

.cg-talleres-planning-item {
  text-align: center;
}

.cg-talleres-planning-item span {
  display: block;
  margin-top: 10px;
  color: var(--cg-talleres-ink);
  font-size: 13px;
  line-height: 1.35;
}

.cg-talleres-planning-item .cg-talleres-icon {
  width: 46px;
  height: 46px;
  color: rgba(214, 111, 85, 0.72);
}

.cg-talleres-planning-item .cg-talleres-svg-icon {
  width: 42px;
  height: 42px;
}

.cg-talleres-event-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(118px, 162px);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  border-left: 1px solid rgba(214, 111, 85, 0.22);
  background: transparent;
}

.cg-talleres-event-card .cg-talleres-check-list {
  margin-top: 14px;
  margin-bottom: 14px;
}

.cg-talleres-event-card .cg-talleres-check-list li {
  margin-bottom: 7px;
  padding-left: 24px;
  font-size: 13px;
  line-height: 1.35;
}

.cg-talleres-event-card .cg-talleres-check-list li::before {
  top: 0;
  font-size: 12px;
}

.cg-talleres-event-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
}

.cg-talleres-location-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 26px;
  align-items: center;
  padding: clamp(22px, 3vw, 30px) clamp(32px, 5vw, 54px);
  border: 0;
  border-radius: 18px;
  background: #eef0e3;
}

.cg-talleres-location-art {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cg-talleres-location-art img {
  display: block;
  width: min(100%, 420px);
  height: auto;
}

.cg-talleres-final {
  padding-top: clamp(36px, 5vw, 64px);
}

.cg-talleres-final-grid {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
}

.cg-talleres-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 32px;
}

.cg-talleres-contact-item {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.cg-talleres-contact-item span {
  display: block;
  margin-top: 12px;
  color: var(--cg-talleres-ink);
  font-size: 15px;
  line-height: 1.45;
}

.cg-talleres-final-cta {
  position: static;
  width: min(280px, 100%);
  padding: 0;
  background: transparent;
}

.cg-talleres-final-cta p,
.cg-talleres-final-cta ul {
  display: none;
}

.cg-talleres-final-cta .cg-talleres-button {
  width: 100%;
  margin-top: 18px;
}

.cg-talleres-contact {
  background: #fffdfb;
}

.cg-talleres-contact .cg-talleres-heading {
  max-width: 1040px;
}

.cg-talleres-contact .cg-form-wrap {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(234, 176, 146, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(38, 32, 54, 0.08);
}

.cg-talleres-page .wpforms-container {
  margin: 0 auto !important;
  max-width: 920px !important;
}

.cg-talleres-page .wpforms-form,
.cg-talleres-page .wpforms-field-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 28px;
  align-items: start;
}

.cg-talleres-page .wpforms-form {
  display: block;
}

.cg-talleres-page .wpforms-field {
  padding: 0 !important;
  margin: 0 !important;
}

.cg-talleres-page .wpforms-field-textarea,
.cg-talleres-page .wpforms-field-checkbox,
.cg-talleres-page .wpforms-field-gdpr-checkbox,
.cg-talleres-page .wpforms-submit-container,
.cg-talleres-page .wpforms-recaptcha-container,
.cg-talleres-page .wpforms-field-hcaptcha {
  grid-column: 1 / -1;
}

.cg-talleres-page .wpforms-field-large,
.cg-talleres-page .wpforms-field-medium,
.cg-talleres-page .wpforms-field-small {
  max-width: none !important;
}

.cg-talleres-page .wpforms-field-label {
  margin: 0 0 8px !important;
  color: var(--cg-talleres-ink) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.cg-talleres-page .wpforms-required-label {
  color: var(--cg-talleres-coral) !important;
}

.cg-talleres-page .wpforms-field input:not([type="checkbox"]):not([type="radio"]),
.cg-talleres-page .wpforms-field textarea,
.cg-talleres-page .wpforms-field select {
  width: 100% !important;
  max-width: none !important;
  min-height: 50px !important;
  border: 1px solid #eadfd9 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: var(--cg-talleres-ink) !important;
  box-shadow: none !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  padding: 12px 14px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cg-talleres-page .wpforms-field input:not([type="checkbox"]):not([type="radio"]):not(:disabled):not([readonly]),
.cg-talleres-page .wpforms-field textarea:not(:disabled):not([readonly]) {
  cursor: text !important;
  pointer-events: auto !important;
}

.cg-talleres-page .wpforms-field select:not(:disabled) {
  cursor: pointer !important;
  pointer-events: auto !important;
}

.cg-talleres-page .wpforms-field input[type="checkbox"]:not(:disabled),
.cg-talleres-page .wpforms-field input[type="radio"]:not(:disabled),
.cg-talleres-page .wpforms-field-checkbox label,
.cg-talleres-page .wpforms-field-gdpr-checkbox label {
  cursor: pointer !important;
}

.cg-talleres-page .wpforms-field input:disabled,
.cg-talleres-page .wpforms-field textarea:disabled,
.cg-talleres-page .wpforms-field select:disabled {
  cursor: not-allowed !important;
  opacity: 0.68;
}

.cg-talleres-page .wpforms-field input:not([type="checkbox"]):not([type="radio"]):focus,
.cg-talleres-page .wpforms-field textarea:focus,
.cg-talleres-page .wpforms-field select:focus {
  border-color: var(--cg-talleres-coral) !important;
  box-shadow: 0 0 0 3px rgba(214, 111, 85, 0.14) !important;
  outline: none !important;
}

.cg-talleres-page .wpforms-field textarea {
  min-height: 150px !important;
  resize: vertical;
}

.cg-talleres-page .wpforms-field-checkbox,
.cg-talleres-page .wpforms-field-gdpr-checkbox {
  margin-top: 2px !important;
}

.cg-talleres-page .wpforms-field-checkbox ul,
.cg-talleres-page .wpforms-field-gdpr-checkbox ul,
.cg-talleres-page .wpforms-field-payment-checkbox ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.cg-talleres-page .wpforms-field-checkbox li,
.cg-talleres-page .wpforms-field-gdpr-checkbox li,
.cg-talleres-page .wpforms-field-payment-checkbox li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin: 0 !important;
}

.cg-talleres-page .wpforms-field input[type="checkbox"],
.cg-talleres-page .wpforms-field input[type="radio"] {
  flex: 0 0 auto !important;
  width: 18px !important;
  height: 18px !important;
  min-height: 0 !important;
  margin: 3px 0 0 !important;
  accent-color: var(--cg-talleres-coral);
}

.cg-talleres-page .wpforms-field-checkbox label,
.cg-talleres-page .wpforms-field-gdpr-checkbox label {
  color: var(--cg-talleres-ink) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.cg-talleres-page .wpforms-field-checkbox a,
.cg-talleres-page .wpforms-field-gdpr-checkbox a {
  color: var(--cg-talleres-coral) !important;
  text-decoration: none;
}

.cg-talleres-page .wpforms-field-checkbox a:hover,
.cg-talleres-page .wpforms-field-gdpr-checkbox a:hover {
  text-decoration: underline;
}

.cg-talleres-page label.wpforms-error,
.cg-talleres-page em.wpforms-error {
  margin-top: 7px !important;
  color: #d84c4c !important;
  font-size: 14px !important;
  font-style: normal !important;
  line-height: 1.35 !important;
}

.cg-talleres-page .wpforms-submit-container {
  margin-top: 24px !important;
  padding: 0 !important;
  text-align: left;
}

.cg-talleres-page .wpforms-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px !important;
  min-width: 132px;
  padding: 13px 28px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--cg-talleres-coral) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(214, 111, 85, 0.22) !important;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.cg-talleres-page .wpforms-submit:hover,
.cg-talleres-page .wpforms-submit:focus {
  background: var(--cg-talleres-coral-deep) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(214, 111, 85, 0.28) !important;
  text-decoration: none;
}

@media screen and (max-width: 1140px) {
  .cg-talleres-icon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cg-talleres-columns-3 {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cg-talleres-info-card,
  .cg-talleres-info-card + .cg-talleres-info-card {
    padding: 24px 0;
    border-left: 0;
    border-top: 1px solid rgba(214, 111, 85, 0.22);
  }

  .cg-talleres-planning-grid,
  .cg-talleres-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 991px) {
  .cg-talleres-hero-grid,
  .cg-talleres-showcase,
  .cg-talleres-planning,
  .cg-talleres-location-strip,
  .cg-talleres-final-grid {
    grid-template-columns: 1fr;
  }

  .cg-talleres-hero-media {
    min-height: 460px;
  }

  .cg-talleres-hero-grid {
    min-height: auto;
  }

  .cg-talleres-hero-copy {
    max-width: none;
    margin: 0;
    padding: 52px 28px 44px;
  }

  .cg-talleres-hero-image {
    min-height: 460px;
  }

  .cg-talleres-floating-card-top {
    left: 12px;
  }

  .cg-talleres-floating-card-bottom {
    right: 12px;
  }

  .cg-talleres-event-card {
    grid-template-columns: 1fr;
    border-left: 0;
    border-top: 1px solid rgba(214, 111, 85, 0.22);
  }

  .cg-talleres-event-card img {
    max-width: 220px;
  }

  .cg-talleres-final-cta {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .cg-talleres-shell {
    width: min(100% - 28px, 100%);
  }

  .cg-talleres-heading h2,
  .cg-talleres-showcase h2,
  .cg-talleres-info-card h2,
  .cg-talleres-planning-card h2,
  .cg-talleres-event-card h2,
  .cg-talleres-location-strip h2,
  .cg-talleres-final h2 {
    font-size: 34px;
  }

  .cg-talleres-heading p,
  .cg-talleres-showcase p,
  .cg-talleres-info-card p,
  .cg-talleres-planning-card p,
  .cg-talleres-event-card p,
  .cg-talleres-location-strip p,
  .cg-talleres-final p,
  .cg-talleres-hero-copy p,
  .cg-talleres-final-cta p {
    font-size: 17px;
  }

  .cg-talleres-hero-copy h1 {
    font-size: 48px;
  }

  .cg-talleres-hero-copy h1 em {
    font-size: 40px;
  }

  .cg-talleres-hero-media,
  .cg-talleres-showcase-media img {
    min-height: auto;
  }

  .cg-talleres-hero-image {
    min-height: 360px;
  }

  .cg-talleres-icon-grid,
  .cg-talleres-planning-grid,
  .cg-talleres-contact-grid,
  .cg-talleres-page .wpforms-field-container {
    grid-template-columns: 1fr;
  }

  .cg-talleres-icon-card,
  .cg-talleres-info-card,
  .cg-talleres-planning-card,
  .cg-talleres-event-card,
  .cg-talleres-final-cta,
  .cg-talleres-showcase {
    border-radius: 24px;
  }

  .cg-talleres-location-art {
    justify-content: flex-start;
  }

  .cg-talleres-button {
    width: 100%;
  }

  .cg-talleres-icon-card + .cg-talleres-icon-card {
    border-left: 0;
    border-top: 1px solid rgba(214, 111, 85, 0.22);
  }

  .cg-talleres-planning {
    padding: 24px;
  }
}
