.div-header-inicio {
    height: 10vw;
    display: flex;
    justify-content: flex-end;
}
    /* Div que contiene el fondo rosado con curva */
.curved-background {
    background-color: var(--cPink);
    width: 20vw;
    height: 20vw;
    border-radius: 0 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

.div-header-inicio h2 {
    transform: translate(25px, 0);
    height: auto;
}
