.modal {
    background: #F6F7F9;
    max-width: 550px;
    padding: 0;
    overflow: hidden;
}

.modal--normal {
    max-width: 500px;
}

.modal .modal-box {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 8px;
}

.modal-box--normal {
    display: block !important;
}

.modal__infotel {
    font-weight: bold;
    margin: 16px 0 0;
    line-height: normal;
}

.modal__infotel a {
    text-decoration: underline;
}

.modal .messages {
    margin: 8px 0 12px;
}

/* CSS mod modal */

.c-modal-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 30px 12px 12px;
}

.--gap-infoplan {
    gap: 6px;
}

#modalPlanNormal .c-modal-plan {
    font-size: 8vw;
    line-height: normal;
    font-weight: bold;
}

.c-modal-text {
    font-size: 4vw;
    line-height: normal;
}

.c-modal-price {
    font-size: 4vw;
    line-height: normal;
    color: var(--white);
    background-color: var(--purple);
    padding: 6px 12px;
    margin-top: 18px;
}

.c-modal-norprice {
    font-size: 3vw;
    line-height: normal;
}

.c-modal-img {
    display: none;
}

.c-modal-imgilimi {
    width: 185px;
}

.c-modal-cliente {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.9vw;
    padding: 8px;
    border-radius: 12px;
    background-color: #dbdbdb;
}

.c-modal-cliente i {
    display: inline-block;
    font-size: 20px;
    margin-right: 8px;
}

@media screen and (max-width: 700px) {
    .modal.btnInside-darkBlue a.close-modal {
        background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/components/modal/closeInside-white.webp);
        top: 12.5px;
        right: 12.5px;
    }

    .--gap-infoplan {
        gap: 6px;
        padding: 30px 0 12px;
    }

    .c-modal-price {
        width: 100%;
    }
}

@media screen and (min-width: 500px) {
    .modal .title {
        font-size: 23px;
    }

    .modal .messages {
        font-size: 17px;
    }

    .c-modal-cliente {
        font-size: 13px;
    }

    #modalPlanNormal .c-modal-plan {
        font-size: 42px;
    }

    .c-modal-text {
        font-size: 19px;
    }

    .c-modal-price {
        font-size: 20px;
    }

    .c-modal-norprice {
        font-size: 16px;
    }
}

@media screen and (min-width: 700px) {

    .c-modal-img {
        display: block;
        margin-top: 16px;
    }

    .c-modal-items {
        padding: 40px 4px 16px;
    }

    .c-modal-price {
        border-radius: 8px;
    }
}