
.modal-custom {
    border-radius: 15px;
    background-color: #f8f9fa;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.modal-title {
    font-size: 1.5rem;
    color: blue; 
    font-weight: bolder;
}

#modalDynamicContent {
    font-size: 1.5rem;
    font-weight: bold;
}

.custom-input {
    background-color: #f1f1f1;
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 0.75rem;
    font-size: 1rem;
}

.custom-input::placeholder {
    text-align: center;
    color: rgb(58, 56, 56); 
    font-weight: bold;
}

.info-text {
    font-size: 0.85rem;
    line-height: 1.4;
}

.tellamamos {
    background-color: #0d0f3b;
    border-color: #0d0f3b;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    font-size: 1.25rem;
    padding: 0.75rem 1rem;
    transition: background-color 0.3s ease;
}

.tellamamos:disabled {
    background-color: gray;
    border-color: gray;
    color: white;
}

.tellamamos:hover {
    background-color: orange;
    border-color: orange;
    color: white;
}

.btn-primary:hover {
    background-color: #3a388a;
}

.resultado-titulo{
    text-align: center;
    font-size: 2.5rem;
    color: rgb(56, 56, 206); 
    font-weight: bolder;
}
#modalMensaje{
    text-align: center;
    font-size: 1.5rem;
    color: black; 
    font-weight: bold;
}