.container-quote {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    }
.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 25px;
    max-width: 400px;
    width: auto;
    font-size: 16px;
    margin: 0 auto;
    text-decoration: none; /* Elimina el subrayado */
}
.whatsapp-btn i {
    margin-right: 10px;
}
.divider {
    font-weight: bold;
    color: #888;
}
.upload-box {
    border: 2px dashed #ccc;
    padding: 20px;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.upload-box p{
    margin: 0;
}
.upload-box:hover {
    background: #f1f1f1;
}
.btn-success {
    display: flex;
    align-items: center;  /* Centra verticalmente el icono y el texto */
    justify-content: center; /* Centra horizontalmente el contenido */
    gap: 10px; /* Espaciado entre el icono y el texto */
    padding: 12px 20px; /* Ajusta el padding para un mejor aspecto */
}
.btn-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
}