.cmp-header_regresar{width:100%;background:var(--color-secondary-02,#002d72)}
.cmp-header_regresar_contenedor{display:flex;align-items:center;justify-content:space-between;width:100%;padding:24px 45px;box-sizing:border-box}
.cmp-header_regresar_left{display:flex;align-items:center;flex-shrink:0}
.cmp-header_regresar_right{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;margin-left:auto}
.cmp-header_regresar_logo_link{display:inline-flex;align-items:center;width:fit-content;margin-left:auto}
.cmp-header_regresar--boton{width:125px;height:45px;flex-shrink:0;padding:0;display:inline-flex;justify-content:center;align-items:center;border-radius:var(--hf-radius-pill,22.5px);background:var(--color-accent-naranja,#f2a900);box-shadow:0 14px 26px 0 rgba(255,205,0,0.35);border:0;text-decoration:none;box-sizing:border-box;cursor:pointer}
.cmp-header_regresar--boton.hf-btn{min-height:45px;padding:0}
.cmp-header_regresar--texto{font-family:var(--hf-font-family,"Avenir",sans-serif);font-weight:var(--hf-font-weight-medium,800);font-size:18px;line-height:1;letter-spacing:0;color:var(--color-secondary-02,#002d72);margin:0}
.cmp-header_regresar--logo{width:8.7rem;height:57px;flex-shrink:0;object-fit:contain;display:block}
.cmp-header_regresar .cmp-back_button--image_mobile{display:none;visibility:hidden}
@media(max-width:992px){.cmp-header_regresar_contenedor{padding:11px 24px}
.cmp-header_regresar--boton{width:107px;height:34px}
.cmp-header_regresar--boton.hf-btn{min-height:34px}
.cmp-header_regresar--texto{font-size:14px}
.cmp-header_regresar--logo{width:87px;height:57px}
.cmp-header_regresar .cmp-back_button--image_desktop{display:none;visibility:hidden}
.cmp-header_regresar .cmp-back_button--image_mobile{display:block;visibility:visible}
}