/* Fondo general de la sección — blanco */
.zsucstom-section-zpedal-04 {
  background-color: #ffffff !important;
  background-image: none !important;
}

/* Solo la forma/divider diagonal — azul claro corporativo */
.zsucstom-section-zpedal-04::before,
.zsucstom-section-zpedal-04::after {
  background-color: #b8e8e3 !important;
}

.zsucstom-section-zpedal-04 svg path {
  fill: #b8e8e3 !important;
}
/* Fondo general de la sección BR Academy — blanco */
.zsucstom-section-zpedal-05 {
  background-color: #ffffff !important;
  background-image: none !important;
}

/* Solo la forma/divider diagonal — azul claro corporativo */
.zsucstom-section-zpedal-05::before,
.zsucstom-section-zpedal-05::after {
  background-color: #b8e8e3 !important;
}

.zsucstom-section-zpedal-05 svg path {
  fill: #b8e8e3 !important;
}
.zpbutton.zpbutton-type-primary,
.zscustom-button .zpbutton-container .zpbutton.zpbutton-type-primary {
  background: linear-gradient(90deg, #0bc4b5 0%, #089d92 100%) !important;
}