#containerModalCenter {
    z-index: 10000;
    .modal--header button {
        position: absolute;
        top: -10px;
        border: #E6AE34;
        background-color: #E6AE34;
        color: #000000;
        right: -10px;
        font-size: 1.5rem;
        border-radius: 50%;
        z-index: 1000;
        width: 8%;
    }
   .background--image {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
    }
}
