/* Contenedor principal de los PopUps de la versión 5 (A, B, C y D) */
.promo-modal-overlay-6 {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    display: none;
    align-items: center;
    justify-content: center;
}

.promo-modal-content-6 {
    position: relative;
    background-color: #fff;
    padding: 5px;
    margin: auto;
    max-width: 90%;
    width: 500px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.promo-close-btn-6 {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    border: 2px solid #fff;
    z-index: 1000000;
}

.p6-media {
    width: 100%;
    height: auto;
    display: block;
}