.cuarto-circulo {
    border-radius: 0 100% 0 50%;
    transform: rotate(45deg);
}

.cuarto-circuloleft {
    border-radius: 100% 0 50% 0;
    transform: rotate(43deg);
}

.cuarto-downright {
    border-radius: 50% 0 100% 0;
    transform: rotate(43deg);
}

.cuarto-downleft {
    /* width: 100px; */
    border-radius: 0 50% 0 100%;
    transform: rotate(45deg);
}